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

Description

 
Synopsis

Documentation

data AlgorithmValidationSpecification Source #

Specifies configurations for one or more training jobs that Amazon SageMaker runs to test the algorithm.

See: newAlgorithmValidationSpecification smart constructor.

Constructors

AlgorithmValidationSpecification' 

Fields

Instances

Instances details
Eq AlgorithmValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationSpecification

Read AlgorithmValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationSpecification

Show AlgorithmValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationSpecification

Generic AlgorithmValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationSpecification

Associated Types

type Rep AlgorithmValidationSpecification :: Type -> Type #

NFData AlgorithmValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationSpecification

Hashable AlgorithmValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationSpecification

ToJSON AlgorithmValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationSpecification

FromJSON AlgorithmValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationSpecification

type Rep AlgorithmValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationSpecification

type Rep AlgorithmValidationSpecification = D1 ('MetaData "AlgorithmValidationSpecification" "Amazonka.SageMaker.Types.AlgorithmValidationSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AlgorithmValidationSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "validationRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "validationProfiles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty AlgorithmValidationProfile))))

newAlgorithmValidationSpecification Source #

Create a value of AlgorithmValidationSpecification 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:validationRole:AlgorithmValidationSpecification', algorithmValidationSpecification_validationRole - The IAM roles that Amazon SageMaker uses to run the training jobs.

$sel:validationProfiles:AlgorithmValidationSpecification', algorithmValidationSpecification_validationProfiles - An array of AlgorithmValidationProfile objects, each of which specifies a training job and batch transform job that Amazon SageMaker runs to validate your algorithm.

algorithmValidationSpecification_validationRole :: Lens' AlgorithmValidationSpecification Text Source #

The IAM roles that Amazon SageMaker uses to run the training jobs.

algorithmValidationSpecification_validationProfiles :: Lens' AlgorithmValidationSpecification (NonEmpty AlgorithmValidationProfile) Source #

An array of AlgorithmValidationProfile objects, each of which specifies a training job and batch transform job that Amazon SageMaker runs to validate your algorithm.