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

Description

 
Synopsis

Documentation

data AutoMLCandidateStep Source #

Information about the steps for a candidate and what step it is working on.

See: newAutoMLCandidateStep smart constructor.

Constructors

AutoMLCandidateStep' 

Fields

Instances

Instances details
FromJSON AutoMLCandidateStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidateStep

Generic AutoMLCandidateStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidateStep

Associated Types

type Rep AutoMLCandidateStep :: Type -> Type #

Read AutoMLCandidateStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidateStep

Show AutoMLCandidateStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidateStep

NFData AutoMLCandidateStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidateStep

Methods

rnf :: AutoMLCandidateStep -> () #

Eq AutoMLCandidateStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidateStep

Hashable AutoMLCandidateStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidateStep

type Rep AutoMLCandidateStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidateStep

type Rep AutoMLCandidateStep = D1 ('MetaData "AutoMLCandidateStep" "Amazonka.SageMaker.Types.AutoMLCandidateStep" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "AutoMLCandidateStep'" 'PrefixI 'True) (S1 ('MetaSel ('Just "candidateStepType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CandidateStepType) :*: (S1 ('MetaSel ('Just "candidateStepArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "candidateStepName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAutoMLCandidateStep Source #

Create a value of AutoMLCandidateStep 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:candidateStepType:AutoMLCandidateStep', autoMLCandidateStep_candidateStepType - Whether the candidate is at the transform, training, or processing step.

$sel:candidateStepArn:AutoMLCandidateStep', autoMLCandidateStep_candidateStepArn - The ARN for the candidate's step.

$sel:candidateStepName:AutoMLCandidateStep', autoMLCandidateStep_candidateStepName - The name for the candidate's step.

autoMLCandidateStep_candidateStepType :: Lens' AutoMLCandidateStep CandidateStepType Source #

Whether the candidate is at the transform, training, or processing step.