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

Description

 
Synopsis

Documentation

data TrainingJobStepMetadata Source #

Metadata for a training job step.

See: newTrainingJobStepMetadata smart constructor.

Constructors

TrainingJobStepMetadata' 

Fields

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of the training job that was run by this step execution.

Instances

Instances details
Eq TrainingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStepMetadata

Read TrainingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStepMetadata

Show TrainingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStepMetadata

Generic TrainingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStepMetadata

Associated Types

type Rep TrainingJobStepMetadata :: Type -> Type #

NFData TrainingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStepMetadata

Methods

rnf :: TrainingJobStepMetadata -> () #

Hashable TrainingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStepMetadata

FromJSON TrainingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStepMetadata

type Rep TrainingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStepMetadata

type Rep TrainingJobStepMetadata = D1 ('MetaData "TrainingJobStepMetadata" "Amazonka.SageMaker.Types.TrainingJobStepMetadata" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrainingJobStepMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTrainingJobStepMetadata :: TrainingJobStepMetadata Source #

Create a value of TrainingJobStepMetadata 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:arn:TrainingJobStepMetadata', trainingJobStepMetadata_arn - The Amazon Resource Name (ARN) of the training job that was run by this step execution.

trainingJobStepMetadata_arn :: Lens' TrainingJobStepMetadata (Maybe Text) Source #

The Amazon Resource Name (ARN) of the training job that was run by this step execution.