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

Description

 
Synopsis

Documentation

data AutoMLContainerDefinition Source #

A list of container definitions that describe the different containers that make up an AutoML candidate. For more information, see .

See: newAutoMLContainerDefinition smart constructor.

Constructors

AutoMLContainerDefinition' 

Fields

  • environment :: Maybe (HashMap Text Text)

    The environment variables to set in the container. For more information, see .

  • image :: Text

    The Amazon Elastic Container Registry (Amazon ECR) path of the container. For more information, see .

  • modelDataUrl :: Text

    The location of the model artifacts. For more information, see .

Instances

Instances details
Eq AutoMLContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLContainerDefinition

Read AutoMLContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLContainerDefinition

Show AutoMLContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLContainerDefinition

Generic AutoMLContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLContainerDefinition

Associated Types

type Rep AutoMLContainerDefinition :: Type -> Type #

NFData AutoMLContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLContainerDefinition

Hashable AutoMLContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLContainerDefinition

FromJSON AutoMLContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLContainerDefinition

type Rep AutoMLContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLContainerDefinition

type Rep AutoMLContainerDefinition = D1 ('MetaData "AutoMLContainerDefinition" "Amazonka.SageMaker.Types.AutoMLContainerDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLContainerDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "image") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "modelDataUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAutoMLContainerDefinition Source #

Create a value of AutoMLContainerDefinition 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:environment:AutoMLContainerDefinition', autoMLContainerDefinition_environment - The environment variables to set in the container. For more information, see .

$sel:image:AutoMLContainerDefinition', autoMLContainerDefinition_image - The Amazon Elastic Container Registry (Amazon ECR) path of the container. For more information, see .

$sel:modelDataUrl:AutoMLContainerDefinition', autoMLContainerDefinition_modelDataUrl - The location of the model artifacts. For more information, see .

autoMLContainerDefinition_environment :: Lens' AutoMLContainerDefinition (Maybe (HashMap Text Text)) Source #

The environment variables to set in the container. For more information, see .

autoMLContainerDefinition_image :: Lens' AutoMLContainerDefinition Text Source #

The Amazon Elastic Container Registry (Amazon ECR) path of the container. For more information, see .

autoMLContainerDefinition_modelDataUrl :: Lens' AutoMLContainerDefinition Text Source #

The location of the model artifacts. For more information, see .