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

Description

 
Synopsis

Documentation

data PipelineExecutionStepMetadata Source #

Metadata for a step execution.

See: newPipelineExecutionStepMetadata smart constructor.

Constructors

PipelineExecutionStepMetadata' 

Fields

Instances

Instances details
Eq PipelineExecutionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStepMetadata

Read PipelineExecutionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStepMetadata

Show PipelineExecutionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStepMetadata

Generic PipelineExecutionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStepMetadata

Associated Types

type Rep PipelineExecutionStepMetadata :: Type -> Type #

NFData PipelineExecutionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStepMetadata

Hashable PipelineExecutionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStepMetadata

FromJSON PipelineExecutionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStepMetadata

type Rep PipelineExecutionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStepMetadata

newPipelineExecutionStepMetadata :: PipelineExecutionStepMetadata Source #

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

$sel:processingJob:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_processingJob - The Amazon Resource Name (ARN) of the processing job that was run by this step execution.

$sel:model:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_model - The Amazon Resource Name (ARN) of the model that was created by this step execution.

$sel:lambda:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_lambda - The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.

$sel:tuningJob:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_tuningJob - The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.

$sel:condition:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_condition - The outcome of the condition evaluation that was run by this step execution.

$sel:transformJob:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_transformJob - The Amazon Resource Name (ARN) of the transform job that was run by this step execution.

$sel:registerModel:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_registerModel - The Amazon Resource Name (ARN) of the model package the model was registered to by this step execution.

$sel:callback:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_callback - The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.

pipelineExecutionStepMetadata_trainingJob :: Lens' PipelineExecutionStepMetadata (Maybe TrainingJobStepMetadata) Source #

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

pipelineExecutionStepMetadata_processingJob :: Lens' PipelineExecutionStepMetadata (Maybe ProcessingJobStepMetadata) Source #

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

pipelineExecutionStepMetadata_model :: Lens' PipelineExecutionStepMetadata (Maybe ModelStepMetadata) Source #

The Amazon Resource Name (ARN) of the model that was created by this step execution.

pipelineExecutionStepMetadata_lambda :: Lens' PipelineExecutionStepMetadata (Maybe LambdaStepMetadata) Source #

The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.

pipelineExecutionStepMetadata_tuningJob :: Lens' PipelineExecutionStepMetadata (Maybe TuningJobStepMetaData) Source #

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

pipelineExecutionStepMetadata_condition :: Lens' PipelineExecutionStepMetadata (Maybe ConditionStepMetadata) Source #

The outcome of the condition evaluation that was run by this step execution.

pipelineExecutionStepMetadata_transformJob :: Lens' PipelineExecutionStepMetadata (Maybe TransformJobStepMetadata) Source #

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

pipelineExecutionStepMetadata_registerModel :: Lens' PipelineExecutionStepMetadata (Maybe RegisterModelStepMetadata) Source #

The Amazon Resource Name (ARN) of the model package the model was registered to by this step execution.

pipelineExecutionStepMetadata_callback :: Lens' PipelineExecutionStepMetadata (Maybe CallbackStepMetadata) Source #

The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.