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.DeploymentStage

Description

 
Synopsis

Documentation

data DeploymentStage Source #

Contains information about a stage in an edge deployment plan.

See: newDeploymentStage smart constructor.

Constructors

DeploymentStage' 

Fields

Instances

Instances details
ToJSON DeploymentStage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentStage

Generic DeploymentStage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentStage

Associated Types

type Rep DeploymentStage :: Type -> Type #

Read DeploymentStage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentStage

Show DeploymentStage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentStage

NFData DeploymentStage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentStage

Methods

rnf :: DeploymentStage -> () #

Eq DeploymentStage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentStage

Hashable DeploymentStage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentStage

type Rep DeploymentStage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentStage

type Rep DeploymentStage = D1 ('MetaData "DeploymentStage" "Amazonka.SageMaker.Types.DeploymentStage" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DeploymentStage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EdgeDeploymentConfig)) :*: (S1 ('MetaSel ('Just "stageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deviceSelectionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DeviceSelectionConfig))))

newDeploymentStage Source #

Create a value of DeploymentStage 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:deploymentConfig:DeploymentStage', deploymentStage_deploymentConfig - Configuration of the deployment details.

$sel:stageName:DeploymentStage', deploymentStage_stageName - The name of the stage.

$sel:deviceSelectionConfig:DeploymentStage', deploymentStage_deviceSelectionConfig - Configuration of the devices in the stage.