Interface PipelineExecutionStepMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PipelineExecutionStepMetadata.Builder,
,PipelineExecutionStepMetadata> SdkBuilder<PipelineExecutionStepMetadata.Builder,
,PipelineExecutionStepMetadata> SdkPojo
- Enclosing class:
PipelineExecutionStepMetadata
-
Method Summary
Modifier and TypeMethodDescriptionautoMLJob
(Consumer<AutoMLJobStepMetadata.Builder> autoMLJob) The Amazon Resource Name (ARN) of the AutoML job that was run by this step.autoMLJob
(AutoMLJobStepMetadata autoMLJob) The Amazon Resource Name (ARN) of the AutoML job that was run by this step.callback
(Consumer<CallbackStepMetadata.Builder> callback) The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.callback
(CallbackStepMetadata callback) The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.clarifyCheck
(Consumer<ClarifyCheckStepMetadata.Builder> clarifyCheck) Container for the metadata for a Clarify check step.clarifyCheck
(ClarifyCheckStepMetadata clarifyCheck) Container for the metadata for a Clarify check step.condition
(Consumer<ConditionStepMetadata.Builder> condition) The outcome of the condition evaluation that was run by this step execution.condition
(ConditionStepMetadata condition) The outcome of the condition evaluation that was run by this step execution.The configurations and outcomes of an Amazon EMR step execution.emr
(EMRStepMetadata emr) The configurations and outcomes of an Amazon EMR step execution.fail
(Consumer<FailStepMetadata.Builder> fail) The configurations and outcomes of a Fail step execution.fail
(FailStepMetadata fail) The configurations and outcomes of a Fail step execution.lambda
(Consumer<LambdaStepMetadata.Builder> lambda) The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.lambda
(LambdaStepMetadata lambda) The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.model
(Consumer<ModelStepMetadata.Builder> model) The Amazon Resource Name (ARN) of the model that was created by this step execution.model
(ModelStepMetadata model) The Amazon Resource Name (ARN) of the model that was created by this step execution.processingJob
(Consumer<ProcessingJobStepMetadata.Builder> processingJob) The Amazon Resource Name (ARN) of the processing job that was run by this step execution.processingJob
(ProcessingJobStepMetadata processingJob) The Amazon Resource Name (ARN) of the processing job that was run by this step execution.qualityCheck
(Consumer<QualityCheckStepMetadata.Builder> qualityCheck) The configurations and outcomes of the check step execution.qualityCheck
(QualityCheckStepMetadata qualityCheck) The configurations and outcomes of the check step execution.registerModel
(Consumer<RegisterModelStepMetadata.Builder> registerModel) The Amazon Resource Name (ARN) of the model package that the model was registered to by this step execution.registerModel
(RegisterModelStepMetadata registerModel) The Amazon Resource Name (ARN) of the model package that the model was registered to by this step execution.trainingJob
(Consumer<TrainingJobStepMetadata.Builder> trainingJob) The Amazon Resource Name (ARN) of the training job that was run by this step execution.trainingJob
(TrainingJobStepMetadata trainingJob) The Amazon Resource Name (ARN) of the training job that was run by this step execution.transformJob
(Consumer<TransformJobStepMetadata.Builder> transformJob) The Amazon Resource Name (ARN) of the transform job that was run by this step execution.transformJob
(TransformJobStepMetadata transformJob) The Amazon Resource Name (ARN) of the transform job that was run by this step execution.tuningJob
(Consumer<TuningJobStepMetaData.Builder> tuningJob) The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.tuningJob
(TuningJobStepMetaData tuningJob) The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
trainingJob
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
- Parameters:
trainingJob
- The Amazon Resource Name (ARN) of the training job that was run by this step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trainingJob
default PipelineExecutionStepMetadata.Builder trainingJob(Consumer<TrainingJobStepMetadata.Builder> trainingJob) The Amazon Resource Name (ARN) of the training job that was run by this step execution.
This is a convenience method that creates an instance of theTrainingJobStepMetadata.Builder
avoiding the need to create one manually viaTrainingJobStepMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totrainingJob(TrainingJobStepMetadata)
.- Parameters:
trainingJob
- a consumer that will call methods onTrainingJobStepMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
processingJob
The Amazon Resource Name (ARN) of the processing job that was run by this step execution.
- Parameters:
processingJob
- The Amazon Resource Name (ARN) of the processing job that was run by this step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
processingJob
default PipelineExecutionStepMetadata.Builder processingJob(Consumer<ProcessingJobStepMetadata.Builder> processingJob) The Amazon Resource Name (ARN) of the processing job that was run by this step execution.
This is a convenience method that creates an instance of theProcessingJobStepMetadata.Builder
avoiding the need to create one manually viaProcessingJobStepMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toprocessingJob(ProcessingJobStepMetadata)
.- Parameters:
processingJob
- a consumer that will call methods onProcessingJobStepMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
transformJob
The Amazon Resource Name (ARN) of the transform job that was run by this step execution.
- Parameters:
transformJob
- The Amazon Resource Name (ARN) of the transform job that was run by this step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transformJob
default PipelineExecutionStepMetadata.Builder transformJob(Consumer<TransformJobStepMetadata.Builder> transformJob) The Amazon Resource Name (ARN) of the transform job that was run by this step execution.
This is a convenience method that creates an instance of theTransformJobStepMetadata.Builder
avoiding the need to create one manually viaTransformJobStepMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totransformJob(TransformJobStepMetadata)
.- Parameters:
transformJob
- a consumer that will call methods onTransformJobStepMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tuningJob
The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.
- Parameters:
tuningJob
- The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tuningJob
default PipelineExecutionStepMetadata.Builder tuningJob(Consumer<TuningJobStepMetaData.Builder> tuningJob) The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.
This is a convenience method that creates an instance of theTuningJobStepMetaData.Builder
avoiding the need to create one manually viaTuningJobStepMetaData.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totuningJob(TuningJobStepMetaData)
.- Parameters:
tuningJob
- a consumer that will call methods onTuningJobStepMetaData.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
model
The Amazon Resource Name (ARN) of the model that was created by this step execution.
- Parameters:
model
- The Amazon Resource Name (ARN) of the model that was created by this step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
model
The Amazon Resource Name (ARN) of the model that was created by this step execution.
This is a convenience method that creates an instance of theModelStepMetadata.Builder
avoiding the need to create one manually viaModelStepMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomodel(ModelStepMetadata)
.- Parameters:
model
- a consumer that will call methods onModelStepMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
registerModel
The Amazon Resource Name (ARN) of the model package that the model was registered to by this step execution.
- Parameters:
registerModel
- The Amazon Resource Name (ARN) of the model package that the model was registered to by this step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registerModel
default PipelineExecutionStepMetadata.Builder registerModel(Consumer<RegisterModelStepMetadata.Builder> registerModel) The Amazon Resource Name (ARN) of the model package that the model was registered to by this step execution.
This is a convenience method that creates an instance of theRegisterModelStepMetadata.Builder
avoiding the need to create one manually viaRegisterModelStepMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toregisterModel(RegisterModelStepMetadata)
.- Parameters:
registerModel
- a consumer that will call methods onRegisterModelStepMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
condition
The outcome of the condition evaluation that was run by this step execution.
- Parameters:
condition
- The outcome of the condition evaluation that was run by this step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
condition
default PipelineExecutionStepMetadata.Builder condition(Consumer<ConditionStepMetadata.Builder> condition) The outcome of the condition evaluation that was run by this step execution.
This is a convenience method that creates an instance of theConditionStepMetadata.Builder
avoiding the need to create one manually viaConditionStepMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocondition(ConditionStepMetadata)
.- Parameters:
condition
- a consumer that will call methods onConditionStepMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
callback
The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.
- Parameters:
callback
- The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
callback
default PipelineExecutionStepMetadata.Builder callback(Consumer<CallbackStepMetadata.Builder> callback) The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.
This is a convenience method that creates an instance of theCallbackStepMetadata.Builder
avoiding the need to create one manually viaCallbackStepMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocallback(CallbackStepMetadata)
.- Parameters:
callback
- a consumer that will call methods onCallbackStepMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lambda
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.
- Parameters:
lambda
- The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lambda
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.
This is a convenience method that creates an instance of theLambdaStepMetadata.Builder
avoiding the need to create one manually viaLambdaStepMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolambda(LambdaStepMetadata)
.- Parameters:
lambda
- a consumer that will call methods onLambdaStepMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
BaselineUsedForDriftCheck
is set the same asCalculatedBaseline
.
- Parameters:
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
BaselineUsedForDriftCheck
is set the same asCalculatedBaseline
.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
qualityCheck
default PipelineExecutionStepMetadata.Builder qualityCheck(Consumer<QualityCheckStepMetadata.Builder> 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
BaselineUsedForDriftCheck
is set the same asCalculatedBaseline
.
QualityCheckStepMetadata.Builder
avoiding the need to create one manually viaQualityCheckStepMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toqualityCheck(QualityCheckStepMetadata)
.- Parameters:
qualityCheck
- a consumer that will call methods onQualityCheckStepMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
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
BaselineUsedForDriftCheck
is set the same asCalculatedBaseline
.
- Parameters:
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
BaselineUsedForDriftCheck
is set the same asCalculatedBaseline
.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
clarifyCheck
default PipelineExecutionStepMetadata.Builder clarifyCheck(Consumer<ClarifyCheckStepMetadata.Builder> 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
BaselineUsedForDriftCheck
is set the same asCalculatedBaseline
.
ClarifyCheckStepMetadata.Builder
avoiding the need to create one manually viaClarifyCheckStepMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toclarifyCheck(ClarifyCheckStepMetadata)
.- Parameters:
clarifyCheck
- a consumer that will call methods onClarifyCheckStepMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
emr
The configurations and outcomes of an Amazon EMR step execution.
- Parameters:
emr
- The configurations and outcomes of an Amazon EMR step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emr
The configurations and outcomes of an Amazon EMR step execution.
This is a convenience method that creates an instance of theEMRStepMetadata.Builder
avoiding the need to create one manually viaEMRStepMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toemr(EMRStepMetadata)
.- Parameters:
emr
- a consumer that will call methods onEMRStepMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fail
The configurations and outcomes of a Fail step execution.
- Parameters:
fail
- The configurations and outcomes of a Fail step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fail
The configurations and outcomes of a Fail step execution.
This is a convenience method that creates an instance of theFailStepMetadata.Builder
avoiding the need to create one manually viaFailStepMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofail(FailStepMetadata)
.- Parameters:
fail
- a consumer that will call methods onFailStepMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
autoMLJob
The Amazon Resource Name (ARN) of the AutoML job that was run by this step.
- Parameters:
autoMLJob
- The Amazon Resource Name (ARN) of the AutoML job that was run by this step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoMLJob
default PipelineExecutionStepMetadata.Builder autoMLJob(Consumer<AutoMLJobStepMetadata.Builder> autoMLJob) The Amazon Resource Name (ARN) of the AutoML job that was run by this step.
This is a convenience method that creates an instance of theAutoMLJobStepMetadata.Builder
avoiding the need to create one manually viaAutoMLJobStepMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toautoMLJob(AutoMLJobStepMetadata)
.- Parameters:
autoMLJob
- a consumer that will call methods onAutoMLJobStepMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-