Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data PipelineExecutionStepMetadata = PipelineExecutionStepMetadata' {
- trainingJob :: Maybe TrainingJobStepMetadata
- processingJob :: Maybe ProcessingJobStepMetadata
- model :: Maybe ModelStepMetadata
- lambda :: Maybe LambdaStepMetadata
- tuningJob :: Maybe TuningJobStepMetaData
- condition :: Maybe ConditionStepMetadata
- transformJob :: Maybe TransformJobStepMetadata
- registerModel :: Maybe RegisterModelStepMetadata
- callback :: Maybe CallbackStepMetadata
- newPipelineExecutionStepMetadata :: PipelineExecutionStepMetadata
- pipelineExecutionStepMetadata_trainingJob :: Lens' PipelineExecutionStepMetadata (Maybe TrainingJobStepMetadata)
- pipelineExecutionStepMetadata_processingJob :: Lens' PipelineExecutionStepMetadata (Maybe ProcessingJobStepMetadata)
- pipelineExecutionStepMetadata_model :: Lens' PipelineExecutionStepMetadata (Maybe ModelStepMetadata)
- pipelineExecutionStepMetadata_lambda :: Lens' PipelineExecutionStepMetadata (Maybe LambdaStepMetadata)
- pipelineExecutionStepMetadata_tuningJob :: Lens' PipelineExecutionStepMetadata (Maybe TuningJobStepMetaData)
- pipelineExecutionStepMetadata_condition :: Lens' PipelineExecutionStepMetadata (Maybe ConditionStepMetadata)
- pipelineExecutionStepMetadata_transformJob :: Lens' PipelineExecutionStepMetadata (Maybe TransformJobStepMetadata)
- pipelineExecutionStepMetadata_registerModel :: Lens' PipelineExecutionStepMetadata (Maybe RegisterModelStepMetadata)
- pipelineExecutionStepMetadata_callback :: Lens' PipelineExecutionStepMetadata (Maybe CallbackStepMetadata)
Documentation
data PipelineExecutionStepMetadata Source #
Metadata for a step execution.
See: newPipelineExecutionStepMetadata
smart constructor.
PipelineExecutionStepMetadata' | |
|
Instances
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.