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

Description

 
Synopsis

Documentation

data EMRStepMetadata Source #

The configurations and outcomes of an Amazon EMR step execution.

See: newEMRStepMetadata smart constructor.

Constructors

EMRStepMetadata' 

Fields

Instances

Instances details
FromJSON EMRStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EMRStepMetadata

Generic EMRStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EMRStepMetadata

Associated Types

type Rep EMRStepMetadata :: Type -> Type #

Read EMRStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EMRStepMetadata

Show EMRStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EMRStepMetadata

NFData EMRStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EMRStepMetadata

Methods

rnf :: EMRStepMetadata -> () #

Eq EMRStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EMRStepMetadata

Hashable EMRStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EMRStepMetadata

type Rep EMRStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EMRStepMetadata

type Rep EMRStepMetadata = D1 ('MetaData "EMRStepMetadata" "Amazonka.SageMaker.Types.EMRStepMetadata" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "EMRStepMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clusterId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "logFilePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "stepId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stepName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newEMRStepMetadata :: EMRStepMetadata Source #

Create a value of EMRStepMetadata 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:clusterId:EMRStepMetadata', eMRStepMetadata_clusterId - The identifier of the EMR cluster.

$sel:logFilePath:EMRStepMetadata', eMRStepMetadata_logFilePath - The path to the log file where the cluster step's failure root cause is recorded.

$sel:stepId:EMRStepMetadata', eMRStepMetadata_stepId - The identifier of the EMR cluster step.

$sel:stepName:EMRStepMetadata', eMRStepMetadata_stepName - The name of the EMR cluster step.

eMRStepMetadata_clusterId :: Lens' EMRStepMetadata (Maybe Text) Source #

The identifier of the EMR cluster.

eMRStepMetadata_logFilePath :: Lens' EMRStepMetadata (Maybe Text) Source #

The path to the log file where the cluster step's failure root cause is recorded.

eMRStepMetadata_stepId :: Lens' EMRStepMetadata (Maybe Text) Source #

The identifier of the EMR cluster step.

eMRStepMetadata_stepName :: Lens' EMRStepMetadata (Maybe Text) Source #

The name of the EMR cluster step.