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

Description

 
Synopsis

Documentation

data TuningJobStepMetaData Source #

Metadata for a tuning step.

See: newTuningJobStepMetaData smart constructor.

Constructors

TuningJobStepMetaData' 

Fields

  • arn :: Maybe Text

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

Instances

Instances details
Eq TuningJobStepMetaData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobStepMetaData

Read TuningJobStepMetaData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobStepMetaData

Show TuningJobStepMetaData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobStepMetaData

Generic TuningJobStepMetaData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobStepMetaData

Associated Types

type Rep TuningJobStepMetaData :: Type -> Type #

NFData TuningJobStepMetaData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobStepMetaData

Methods

rnf :: TuningJobStepMetaData -> () #

Hashable TuningJobStepMetaData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobStepMetaData

FromJSON TuningJobStepMetaData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobStepMetaData

type Rep TuningJobStepMetaData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobStepMetaData

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

newTuningJobStepMetaData :: TuningJobStepMetaData Source #

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

tuningJobStepMetaData_arn :: Lens' TuningJobStepMetaData (Maybe Text) Source #

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