libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.Types.DeploymentConfig

Description

 
Synopsis

Documentation

data DeploymentConfig Source #

Currently, the DeploymentConfig API is not supported.

See: newDeploymentConfig smart constructor.

Instances

Instances details
Eq DeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentConfig

Read DeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentConfig

Show DeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentConfig

Generic DeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentConfig

Associated Types

type Rep DeploymentConfig :: Type -> Type #

NFData DeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentConfig

Methods

rnf :: DeploymentConfig -> () #

Hashable DeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentConfig

ToJSON DeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentConfig

FromJSON DeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentConfig

type Rep DeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentConfig

type Rep DeploymentConfig = D1 ('MetaData "DeploymentConfig" "Amazonka.SageMaker.Types.DeploymentConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeploymentConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autoRollbackConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoRollbackConfig)) :*: S1 ('MetaSel ('Just "blueGreenUpdatePolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BlueGreenUpdatePolicy)))

newDeploymentConfig Source #

Create a value of DeploymentConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:autoRollbackConfiguration:DeploymentConfig', deploymentConfig_autoRollbackConfiguration -

$sel:blueGreenUpdatePolicy:DeploymentConfig', deploymentConfig_blueGreenUpdatePolicy -