amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.Types.EdgeDeploymentConfig

Description

 
Synopsis

Documentation

data EdgeDeploymentConfig Source #

Contains information about the configuration of a deployment.

See: newEdgeDeploymentConfig smart constructor.

Constructors

EdgeDeploymentConfig' 

Fields

  • failureHandlingPolicy :: FailureHandlingPolicy

    Toggle that determines whether to rollback to previous configuration if the current deployment fails. By default this is turned on. You may turn this off if you want to investigate the errors yourself.

Instances

Instances details
FromJSON EdgeDeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeDeploymentConfig

ToJSON EdgeDeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeDeploymentConfig

Generic EdgeDeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeDeploymentConfig

Associated Types

type Rep EdgeDeploymentConfig :: Type -> Type #

Read EdgeDeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeDeploymentConfig

Show EdgeDeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeDeploymentConfig

NFData EdgeDeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeDeploymentConfig

Methods

rnf :: EdgeDeploymentConfig -> () #

Eq EdgeDeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeDeploymentConfig

Hashable EdgeDeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeDeploymentConfig

type Rep EdgeDeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeDeploymentConfig

type Rep EdgeDeploymentConfig = D1 ('MetaData "EdgeDeploymentConfig" "Amazonka.SageMaker.Types.EdgeDeploymentConfig" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "EdgeDeploymentConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failureHandlingPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FailureHandlingPolicy)))

newEdgeDeploymentConfig Source #

Create a value of EdgeDeploymentConfig 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:failureHandlingPolicy:EdgeDeploymentConfig', edgeDeploymentConfig_failureHandlingPolicy - Toggle that determines whether to rollback to previous configuration if the current deployment fails. By default this is turned on. You may turn this off if you want to investigate the errors yourself.

edgeDeploymentConfig_failureHandlingPolicy :: Lens' EdgeDeploymentConfig FailureHandlingPolicy Source #

Toggle that determines whether to rollback to previous configuration if the current deployment fails. By default this is turned on. You may turn this off if you want to investigate the errors yourself.