| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.Types.PipelineExecutionStepMetadata
Description
Synopsis
- data PipelineExecutionStepMetadata = PipelineExecutionStepMetadata' {
- autoMLJob :: Maybe AutoMLJobStepMetadata
- callback :: Maybe CallbackStepMetadata
- clarifyCheck :: Maybe ClarifyCheckStepMetadata
- condition :: Maybe ConditionStepMetadata
- emr :: Maybe EMRStepMetadata
- fail :: Maybe FailStepMetadata
- lambda :: Maybe LambdaStepMetadata
- model :: Maybe ModelStepMetadata
- processingJob :: Maybe ProcessingJobStepMetadata
- qualityCheck :: Maybe QualityCheckStepMetadata
- registerModel :: Maybe RegisterModelStepMetadata
- trainingJob :: Maybe TrainingJobStepMetadata
- transformJob :: Maybe TransformJobStepMetadata
- tuningJob :: Maybe TuningJobStepMetaData
- newPipelineExecutionStepMetadata :: PipelineExecutionStepMetadata
- pipelineExecutionStepMetadata_autoMLJob :: Lens' PipelineExecutionStepMetadata (Maybe AutoMLJobStepMetadata)
- pipelineExecutionStepMetadata_callback :: Lens' PipelineExecutionStepMetadata (Maybe CallbackStepMetadata)
- pipelineExecutionStepMetadata_clarifyCheck :: Lens' PipelineExecutionStepMetadata (Maybe ClarifyCheckStepMetadata)
- pipelineExecutionStepMetadata_condition :: Lens' PipelineExecutionStepMetadata (Maybe ConditionStepMetadata)
- pipelineExecutionStepMetadata_emr :: Lens' PipelineExecutionStepMetadata (Maybe EMRStepMetadata)
- pipelineExecutionStepMetadata_fail :: Lens' PipelineExecutionStepMetadata (Maybe FailStepMetadata)
- pipelineExecutionStepMetadata_lambda :: Lens' PipelineExecutionStepMetadata (Maybe LambdaStepMetadata)
- pipelineExecutionStepMetadata_model :: Lens' PipelineExecutionStepMetadata (Maybe ModelStepMetadata)
- pipelineExecutionStepMetadata_processingJob :: Lens' PipelineExecutionStepMetadata (Maybe ProcessingJobStepMetadata)
- pipelineExecutionStepMetadata_qualityCheck :: Lens' PipelineExecutionStepMetadata (Maybe QualityCheckStepMetadata)
- pipelineExecutionStepMetadata_registerModel :: Lens' PipelineExecutionStepMetadata (Maybe RegisterModelStepMetadata)
- pipelineExecutionStepMetadata_trainingJob :: Lens' PipelineExecutionStepMetadata (Maybe TrainingJobStepMetadata)
- pipelineExecutionStepMetadata_transformJob :: Lens' PipelineExecutionStepMetadata (Maybe TransformJobStepMetadata)
- pipelineExecutionStepMetadata_tuningJob :: Lens' PipelineExecutionStepMetadata (Maybe TuningJobStepMetaData)
Documentation
data PipelineExecutionStepMetadata Source #
Metadata for a step execution.
See: newPipelineExecutionStepMetadata smart constructor.
Constructors
| PipelineExecutionStepMetadata' | |
Fields
| |
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:autoMLJob:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_autoMLJob - The Amazon Resource Name (ARN) of the AutoML job that was run by this
step.
$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.
$sel:clarifyCheck:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_clarifyCheck - Container for the metadata for a Clarify check step. The configurations
and outcomes of the check step execution. This includes:
- The type of the check conducted,
- The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.
- The Amazon S3 URIs of newly calculated baseline constraints and statistics.
- The model package group name provided.
- The Amazon S3 URI of the violation report if violations detected.
- The Amazon Resource Name (ARN) of check processing job initiated by the step execution.
- The boolean flags indicating if the drift check is skipped.
- If step property
BaselineUsedForDriftCheckis set the same asCalculatedBaseline.
$sel:condition:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_condition - The outcome of the condition evaluation that was run by this step
execution.
$sel:emr:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_emr - The configurations and outcomes of an Amazon EMR step execution.
$sel:fail:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_fail - The configurations and outcomes of a Fail 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:model:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_model - The Amazon Resource Name (ARN) of the model that was created 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:qualityCheck:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_qualityCheck - The configurations and outcomes of the check step execution. This
includes:
- The type of the check conducted.
- The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.
- The Amazon S3 URIs of newly calculated baseline constraints and statistics.
- The model package group name provided.
- The Amazon S3 URI of the violation report if violations detected.
- The Amazon Resource Name (ARN) of check processing job initiated by the step execution.
- The Boolean flags indicating if the drift check is skipped.
- If step property
BaselineUsedForDriftCheckis set the same asCalculatedBaseline.
$sel:registerModel:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_registerModel - The Amazon Resource Name (ARN) of the model package that the model was
registered to by this step execution.
$sel:trainingJob:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_trainingJob - The Amazon Resource Name (ARN) of the training job 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:tuningJob:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_tuningJob - The Amazon Resource Name (ARN) of the tuning job that was run by this
step execution.
pipelineExecutionStepMetadata_autoMLJob :: Lens' PipelineExecutionStepMetadata (Maybe AutoMLJobStepMetadata) Source #
The Amazon Resource Name (ARN) of the AutoML job that was run by this step.
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.
pipelineExecutionStepMetadata_clarifyCheck :: Lens' PipelineExecutionStepMetadata (Maybe ClarifyCheckStepMetadata) Source #
Container for the metadata for a Clarify check step. The configurations and outcomes of the check step execution. This includes:
- The type of the check conducted,
- The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.
- The Amazon S3 URIs of newly calculated baseline constraints and statistics.
- The model package group name provided.
- The Amazon S3 URI of the violation report if violations detected.
- The Amazon Resource Name (ARN) of check processing job initiated by the step execution.
- The boolean flags indicating if the drift check is skipped.
- If step property
BaselineUsedForDriftCheckis set the same asCalculatedBaseline.
pipelineExecutionStepMetadata_condition :: Lens' PipelineExecutionStepMetadata (Maybe ConditionStepMetadata) Source #
The outcome of the condition evaluation that was run by this step execution.
pipelineExecutionStepMetadata_emr :: Lens' PipelineExecutionStepMetadata (Maybe EMRStepMetadata) Source #
The configurations and outcomes of an Amazon EMR step execution.
pipelineExecutionStepMetadata_fail :: Lens' PipelineExecutionStepMetadata (Maybe FailStepMetadata) Source #
The configurations and outcomes of a Fail 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_model :: Lens' PipelineExecutionStepMetadata (Maybe ModelStepMetadata) Source #
The Amazon Resource Name (ARN) of the model that was created 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_qualityCheck :: Lens' PipelineExecutionStepMetadata (Maybe QualityCheckStepMetadata) Source #
The configurations and outcomes of the check step execution. This includes:
- The type of the check conducted.
- The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.
- The Amazon S3 URIs of newly calculated baseline constraints and statistics.
- The model package group name provided.
- The Amazon S3 URI of the violation report if violations detected.
- The Amazon Resource Name (ARN) of check processing job initiated by the step execution.
- The Boolean flags indicating if the drift check is skipped.
- If step property
BaselineUsedForDriftCheckis set the same asCalculatedBaseline.
pipelineExecutionStepMetadata_registerModel :: Lens' PipelineExecutionStepMetadata (Maybe RegisterModelStepMetadata) Source #
The Amazon Resource Name (ARN) of the model package that the model was registered to by this step execution.
pipelineExecutionStepMetadata_trainingJob :: Lens' PipelineExecutionStepMetadata (Maybe TrainingJobStepMetadata) Source #
The Amazon Resource Name (ARN) of the training job 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_tuningJob :: Lens' PipelineExecutionStepMetadata (Maybe TuningJobStepMetaData) Source #
The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.