public static interface PipelineExecutionStepMetadata.Builder extends SdkPojo, CopyableBuilder<PipelineExecutionStepMetadata.Builder,PipelineExecutionStepMetadata>
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
PipelineExecutionStepMetadata.Builder |
clarifyCheck(ClarifyCheckStepMetadata clarifyCheck)
Container for the metadata for a Clarify check step.
|
default PipelineExecutionStepMetadata.Builder |
clarifyCheck(Consumer<ClarifyCheckStepMetadata.Builder> clarifyCheck)
Container for the metadata for a Clarify check step.
|
PipelineExecutionStepMetadata.Builder |
condition(ConditionStepMetadata condition)
The outcome of the condition evaluation that was run by this step execution.
|
default PipelineExecutionStepMetadata.Builder |
condition(Consumer<ConditionStepMetadata.Builder> condition)
The outcome of the condition evaluation that was run by this step execution.
|
default PipelineExecutionStepMetadata.Builder |
emr(Consumer<EMRStepMetadata.Builder> emr)
The configurations and outcomes of an EMR step execution.
|
PipelineExecutionStepMetadata.Builder |
emr(EMRStepMetadata emr)
The configurations and outcomes of an EMR step execution.
|
default PipelineExecutionStepMetadata.Builder |
fail(Consumer<FailStepMetadata.Builder> fail)
The configurations and outcomes of a Fail step execution.
|
PipelineExecutionStepMetadata.Builder |
fail(FailStepMetadata fail)
The configurations and outcomes of a Fail step execution.
|
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.
|
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.
|
default PipelineExecutionStepMetadata.Builder |
model(Consumer<ModelStepMetadata.Builder> model)
The Amazon Resource Name (ARN) of the model that was created by this step execution.
|
PipelineExecutionStepMetadata.Builder |
model(ModelStepMetadata model)
The Amazon Resource Name (ARN) of the model that was created by this step execution.
|
default PipelineExecutionStepMetadata.Builder |
processingJob(Consumer<ProcessingJobStepMetadata.Builder> processingJob)
The Amazon Resource Name (ARN) of the processing job that was run by this step execution.
|
PipelineExecutionStepMetadata.Builder |
processingJob(ProcessingJobStepMetadata processingJob)
The Amazon Resource Name (ARN) of the processing job that was run by this step execution.
|
default PipelineExecutionStepMetadata.Builder |
qualityCheck(Consumer<QualityCheckStepMetadata.Builder> qualityCheck)
The configurations and outcomes of the check step execution.
|
PipelineExecutionStepMetadata.Builder |
qualityCheck(QualityCheckStepMetadata qualityCheck)
The configurations and outcomes of the check step execution.
|
default PipelineExecutionStepMetadata.Builder |
registerModel(Consumer<RegisterModelStepMetadata.Builder> registerModel)
The Amazon Resource Name (ARN) of the model package the model was registered to by this step execution.
|
PipelineExecutionStepMetadata.Builder |
registerModel(RegisterModelStepMetadata registerModel)
The Amazon Resource Name (ARN) of the model package the model was registered to by this step execution.
|
default PipelineExecutionStepMetadata.Builder |
trainingJob(Consumer<TrainingJobStepMetadata.Builder> trainingJob)
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
|
PipelineExecutionStepMetadata.Builder |
trainingJob(TrainingJobStepMetadata trainingJob)
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
|
default PipelineExecutionStepMetadata.Builder |
transformJob(Consumer<TransformJobStepMetadata.Builder> transformJob)
The Amazon Resource Name (ARN) of the transform job that was run by this step execution.
|
PipelineExecutionStepMetadata.Builder |
transformJob(TransformJobStepMetadata transformJob)
The Amazon Resource Name (ARN) of the transform job that was run by this step execution.
|
default PipelineExecutionStepMetadata.Builder |
tuningJob(Consumer<TuningJobStepMetaData.Builder> tuningJob)
The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.
|
PipelineExecutionStepMetadata.Builder |
tuningJob(TuningJobStepMetaData tuningJob)
The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPipelineExecutionStepMetadata.Builder trainingJob(TrainingJobStepMetadata trainingJob)
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
trainingJob - The Amazon Resource Name (ARN) of the training job that was run by this step execution.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 via TrainingJobStepMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to trainingJob(TrainingJobStepMetadata).trainingJob - a consumer that will call methods on TrainingJobStepMetadata.BuildertrainingJob(TrainingJobStepMetadata)PipelineExecutionStepMetadata.Builder processingJob(ProcessingJobStepMetadata processingJob)
The Amazon Resource Name (ARN) of the processing job that was run by this step execution.
processingJob - The Amazon Resource Name (ARN) of the processing job that was run by this step execution.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 via ProcessingJobStepMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to processingJob(ProcessingJobStepMetadata).processingJob - a consumer that will call methods on ProcessingJobStepMetadata.BuilderprocessingJob(ProcessingJobStepMetadata)PipelineExecutionStepMetadata.Builder transformJob(TransformJobStepMetadata transformJob)
The Amazon Resource Name (ARN) of the transform job that was run by this step execution.
transformJob - The Amazon Resource Name (ARN) of the transform job that was run by this step execution.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 via TransformJobStepMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to transformJob(TransformJobStepMetadata).transformJob - a consumer that will call methods on TransformJobStepMetadata.BuildertransformJob(TransformJobStepMetadata)PipelineExecutionStepMetadata.Builder tuningJob(TuningJobStepMetaData tuningJob)
The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.
tuningJob - The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.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 via TuningJobStepMetaData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to tuningJob(TuningJobStepMetaData).tuningJob - a consumer that will call methods on TuningJobStepMetaData.BuildertuningJob(TuningJobStepMetaData)PipelineExecutionStepMetadata.Builder model(ModelStepMetadata model)
The Amazon Resource Name (ARN) of the model that was created by this step execution.
model - The Amazon Resource Name (ARN) of the model that was created by this step execution.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.Builder avoiding the
need to create one manually via ModelStepMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to model(ModelStepMetadata).model - a consumer that will call methods on ModelStepMetadata.Buildermodel(ModelStepMetadata)PipelineExecutionStepMetadata.Builder registerModel(RegisterModelStepMetadata registerModel)
The Amazon Resource Name (ARN) of the model package the model was registered to by this step execution.
registerModel - The Amazon Resource Name (ARN) of the model package the model was registered to by this step
execution.default PipelineExecutionStepMetadata.Builder registerModel(Consumer<RegisterModelStepMetadata.Builder> registerModel)
The Amazon Resource Name (ARN) of the model package 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 via RegisterModelStepMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to registerModel(RegisterModelStepMetadata).registerModel - a consumer that will call methods on RegisterModelStepMetadata.BuilderregisterModel(RegisterModelStepMetadata)PipelineExecutionStepMetadata.Builder condition(ConditionStepMetadata condition)
The outcome of the condition evaluation that was run by this step execution.
condition - The outcome of the condition evaluation that was run by this step execution.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 via ConditionStepMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to condition(ConditionStepMetadata).condition - a consumer that will call methods on ConditionStepMetadata.Buildercondition(ConditionStepMetadata)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.
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.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 via CallbackStepMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to callback(CallbackStepMetadata).callback - a consumer that will call methods on CallbackStepMetadata.Buildercallback(CallbackStepMetadata)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.
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.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.Builder avoiding the
need to create one manually via LambdaStepMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to lambda(LambdaStepMetadata).lambda - a consumer that will call methods on LambdaStepMetadata.Builderlambda(LambdaStepMetadata)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 BaselineUsedForDriftCheck is set the same as CalculatedBaseline.
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 as
CalculatedBaseline.
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 as CalculatedBaseline.
QualityCheckStepMetadata.Builder
avoiding the need to create one manually via QualityCheckStepMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to qualityCheck(QualityCheckStepMetadata).qualityCheck - a consumer that will call methods on QualityCheckStepMetadata.BuilderqualityCheck(QualityCheckStepMetadata)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 BaselineUsedForDriftCheck is set the same as CalculatedBaseline.
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 as
CalculatedBaseline.
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 as CalculatedBaseline.
ClarifyCheckStepMetadata.Builder
avoiding the need to create one manually via ClarifyCheckStepMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to clarifyCheck(ClarifyCheckStepMetadata).clarifyCheck - a consumer that will call methods on ClarifyCheckStepMetadata.BuilderclarifyCheck(ClarifyCheckStepMetadata)PipelineExecutionStepMetadata.Builder emr(EMRStepMetadata emr)
The configurations and outcomes of an EMR step execution.
emr - The configurations and outcomes of an EMR step execution.default PipelineExecutionStepMetadata.Builder emr(Consumer<EMRStepMetadata.Builder> emr)
The configurations and outcomes of an EMR step execution.
This is a convenience method that creates an instance of theEMRStepMetadata.Builder avoiding the
need to create one manually via EMRStepMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to emr(EMRStepMetadata).emr - a consumer that will call methods on EMRStepMetadata.Builderemr(EMRStepMetadata)PipelineExecutionStepMetadata.Builder fail(FailStepMetadata fail)
The configurations and outcomes of a Fail step execution.
fail - The configurations and outcomes of a Fail step execution.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.Builder avoiding the
need to create one manually via FailStepMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to fail(FailStepMetadata).fail - a consumer that will call methods on FailStepMetadata.Builderfail(FailStepMetadata)Copyright © 2022. All rights reserved.