Interface PipelineExecutionStepMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PipelineExecutionStepMetadata.Builder,PipelineExecutionStepMetadata>,SdkBuilder<PipelineExecutionStepMetadata.Builder,PipelineExecutionStepMetadata>,SdkPojo
- Enclosing class:
- PipelineExecutionStepMetadata
public static interface PipelineExecutionStepMetadata.Builder extends SdkPojo, CopyableBuilder<PipelineExecutionStepMetadata.Builder,PipelineExecutionStepMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default PipelineExecutionStepMetadata.BuilderautoMLJob(Consumer<AutoMLJobStepMetadata.Builder> autoMLJob)The Amazon Resource Name (ARN) of the AutoML job that was run by this step.PipelineExecutionStepMetadata.BuilderautoMLJob(AutoMLJobStepMetadata autoMLJob)The Amazon Resource Name (ARN) of the AutoML job that was run by this step.default PipelineExecutionStepMetadata.Buildercallback(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.PipelineExecutionStepMetadata.Buildercallback(CallbackStepMetadata callback)The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.default PipelineExecutionStepMetadata.BuilderclarifyCheck(Consumer<ClarifyCheckStepMetadata.Builder> clarifyCheck)Container for the metadata for a Clarify check step.PipelineExecutionStepMetadata.BuilderclarifyCheck(ClarifyCheckStepMetadata clarifyCheck)Container for the metadata for a Clarify check step.default PipelineExecutionStepMetadata.Buildercondition(Consumer<ConditionStepMetadata.Builder> condition)The outcome of the condition evaluation that was run by this step execution.PipelineExecutionStepMetadata.Buildercondition(ConditionStepMetadata condition)The outcome of the condition evaluation that was run by this step execution.default PipelineExecutionStepMetadata.Builderemr(Consumer<EMRStepMetadata.Builder> emr)The configurations and outcomes of an Amazon EMR step execution.PipelineExecutionStepMetadata.Builderemr(EMRStepMetadata emr)The configurations and outcomes of an Amazon EMR step execution.default PipelineExecutionStepMetadata.Builderfail(Consumer<FailStepMetadata.Builder> fail)The configurations and outcomes of a Fail step execution.PipelineExecutionStepMetadata.Builderfail(FailStepMetadata fail)The configurations and outcomes of a Fail step execution.default PipelineExecutionStepMetadata.Builderlambda(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.PipelineExecutionStepMetadata.Builderlambda(LambdaStepMetadata lambda)The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.default PipelineExecutionStepMetadata.Buildermodel(Consumer<ModelStepMetadata.Builder> model)The Amazon Resource Name (ARN) of the model that was created by this step execution.PipelineExecutionStepMetadata.Buildermodel(ModelStepMetadata model)The Amazon Resource Name (ARN) of the model that was created by this step execution.default PipelineExecutionStepMetadata.BuilderprocessingJob(Consumer<ProcessingJobStepMetadata.Builder> processingJob)The Amazon Resource Name (ARN) of the processing job that was run by this step execution.PipelineExecutionStepMetadata.BuilderprocessingJob(ProcessingJobStepMetadata processingJob)The Amazon Resource Name (ARN) of the processing job that was run by this step execution.default PipelineExecutionStepMetadata.BuilderqualityCheck(Consumer<QualityCheckStepMetadata.Builder> qualityCheck)The configurations and outcomes of the check step execution.PipelineExecutionStepMetadata.BuilderqualityCheck(QualityCheckStepMetadata qualityCheck)The configurations and outcomes of the check step execution.default PipelineExecutionStepMetadata.BuilderregisterModel(Consumer<RegisterModelStepMetadata.Builder> registerModel)The Amazon Resource Name (ARN) of the model package that the model was registered to by this step execution.PipelineExecutionStepMetadata.BuilderregisterModel(RegisterModelStepMetadata registerModel)The Amazon Resource Name (ARN) of the model package that the model was registered to by this step execution.default PipelineExecutionStepMetadata.BuildertrainingJob(Consumer<TrainingJobStepMetadata.Builder> trainingJob)The Amazon Resource Name (ARN) of the training job that was run by this step execution.PipelineExecutionStepMetadata.BuildertrainingJob(TrainingJobStepMetadata trainingJob)The Amazon Resource Name (ARN) of the training job that was run by this step execution.default PipelineExecutionStepMetadata.BuildertransformJob(Consumer<TransformJobStepMetadata.Builder> transformJob)The Amazon Resource Name (ARN) of the transform job that was run by this step execution.PipelineExecutionStepMetadata.BuildertransformJob(TransformJobStepMetadata transformJob)The Amazon Resource Name (ARN) of the transform job that was run by this step execution.default PipelineExecutionStepMetadata.BuildertuningJob(Consumer<TuningJobStepMetaData.Builder> tuningJob)The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.PipelineExecutionStepMetadata.BuildertuningJob(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 Detail
-
trainingJob
PipelineExecutionStepMetadata.Builder trainingJob(TrainingJobStepMetadata 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.Builderavoiding the need to create one manually viaTrainingJobStepMetadata.builder().When the
Consumercompletes,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:
trainingJob(TrainingJobStepMetadata)
-
processingJob
PipelineExecutionStepMetadata.Builder processingJob(ProcessingJobStepMetadata 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.Builderavoiding the need to create one manually viaProcessingJobStepMetadata.builder().When the
Consumercompletes,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:
processingJob(ProcessingJobStepMetadata)
-
transformJob
PipelineExecutionStepMetadata.Builder transformJob(TransformJobStepMetadata 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.Builderavoiding the need to create one manually viaTransformJobStepMetadata.builder().When the
Consumercompletes,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:
transformJob(TransformJobStepMetadata)
-
tuningJob
PipelineExecutionStepMetadata.Builder tuningJob(TuningJobStepMetaData 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.Builderavoiding the need to create one manually viaTuningJobStepMetaData.builder().When the
Consumercompletes,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:
tuningJob(TuningJobStepMetaData)
-
model
PipelineExecutionStepMetadata.Builder model(ModelStepMetadata 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
default PipelineExecutionStepMetadata.Builder model(Consumer<ModelStepMetadata.Builder> 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.Builderavoiding the need to create one manually viaModelStepMetadata.builder().When the
Consumercompletes,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:
model(ModelStepMetadata)
-
registerModel
PipelineExecutionStepMetadata.Builder registerModel(RegisterModelStepMetadata 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.Builderavoiding the need to create one manually viaRegisterModelStepMetadata.builder().When the
Consumercompletes,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:
registerModel(RegisterModelStepMetadata)
-
condition
PipelineExecutionStepMetadata.Builder condition(ConditionStepMetadata 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.Builderavoiding the need to create one manually viaConditionStepMetadata.builder().When the
Consumercompletes,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:
condition(ConditionStepMetadata)
-
callback
PipelineExecutionStepMetadata.Builder 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.
- 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.Builderavoiding the need to create one manually viaCallbackStepMetadata.builder().When the
Consumercompletes,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:
callback(CallbackStepMetadata)
-
lambda
PipelineExecutionStepMetadata.Builder 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.
- 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
default PipelineExecutionStepMetadata.Builder 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.
This is a convenience method that creates an instance of theLambdaStepMetadata.Builderavoiding the need to create one manually viaLambdaStepMetadata.builder().When the
Consumercompletes,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:
lambda(LambdaStepMetadata)
-
emr
PipelineExecutionStepMetadata.Builder emr(EMRStepMetadata 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
default PipelineExecutionStepMetadata.Builder emr(Consumer<EMRStepMetadata.Builder> emr)
The configurations and outcomes of an Amazon EMR step execution.
This is a convenience method that creates an instance of theEMRStepMetadata.Builderavoiding the need to create one manually viaEMRStepMetadata.builder().When the
Consumercompletes,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:
emr(EMRStepMetadata)
-
qualityCheck
PipelineExecutionStepMetadata.Builder qualityCheck(QualityCheckStepMetadata 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.
- 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
BaselineUsedForDriftCheckis 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
BaselineUsedForDriftCheckis set the same asCalculatedBaseline.
QualityCheckStepMetadata.Builderavoiding the need to create one manually viaQualityCheckStepMetadata.builder().When the
Consumercompletes,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:
qualityCheck(QualityCheckStepMetadata)
-
-
clarifyCheck
PipelineExecutionStepMetadata.Builder clarifyCheck(ClarifyCheckStepMetadata 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.
- 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
BaselineUsedForDriftCheckis 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
BaselineUsedForDriftCheckis set the same asCalculatedBaseline.
ClarifyCheckStepMetadata.Builderavoiding the need to create one manually viaClarifyCheckStepMetadata.builder().When the
Consumercompletes,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:
clarifyCheck(ClarifyCheckStepMetadata)
-
-
fail
PipelineExecutionStepMetadata.Builder fail(FailStepMetadata 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
default PipelineExecutionStepMetadata.Builder fail(Consumer<FailStepMetadata.Builder> fail)
The configurations and outcomes of a Fail step execution.
This is a convenience method that creates an instance of theFailStepMetadata.Builderavoiding the need to create one manually viaFailStepMetadata.builder().When the
Consumercompletes,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:
fail(FailStepMetadata)
-
autoMLJob
PipelineExecutionStepMetadata.Builder autoMLJob(AutoMLJobStepMetadata 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.Builderavoiding the need to create one manually viaAutoMLJobStepMetadata.builder().When the
Consumercompletes,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:
autoMLJob(AutoMLJobStepMetadata)
-
-