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

Description

 
Synopsis

Documentation

data SourceAlgorithmSpecification Source #

A list of algorithms that were used to create a model package.

See: newSourceAlgorithmSpecification smart constructor.

Constructors

SourceAlgorithmSpecification' 

Fields

Instances

Instances details
Eq SourceAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithmSpecification

Read SourceAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithmSpecification

Show SourceAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithmSpecification

Generic SourceAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithmSpecification

Associated Types

type Rep SourceAlgorithmSpecification :: Type -> Type #

NFData SourceAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithmSpecification

Hashable SourceAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithmSpecification

ToJSON SourceAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithmSpecification

FromJSON SourceAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithmSpecification

type Rep SourceAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithmSpecification

type Rep SourceAlgorithmSpecification = D1 ('MetaData "SourceAlgorithmSpecification" "Amazonka.SageMaker.Types.SourceAlgorithmSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SourceAlgorithmSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceAlgorithms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty SourceAlgorithm))))

newSourceAlgorithmSpecification Source #

Create a value of SourceAlgorithmSpecification 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:sourceAlgorithms:SourceAlgorithmSpecification', sourceAlgorithmSpecification_sourceAlgorithms - A list of the algorithms that were used to create a model package.

sourceAlgorithmSpecification_sourceAlgorithms :: Lens' SourceAlgorithmSpecification (NonEmpty SourceAlgorithm) Source #

A list of the algorithms that were used to create a model package.