public static interface PipelineExecutionStepMetadata.Builder extends SdkPojo, CopyableBuilder<PipelineExecutionStepMetadata.Builder,PipelineExecutionStepMetadata>
Modifier and Type | Method and Description |
---|---|
PipelineExecutionStepMetadata.Builder |
condition(ConditionStepMetadata condition)
If this is a Condition step metadata object, details on the condition.
|
default PipelineExecutionStepMetadata.Builder |
condition(Consumer<ConditionStepMetadata.Builder> condition)
If this is a Condition step metadata object, details on the condition.
|
default PipelineExecutionStepMetadata.Builder |
model(Consumer<ModelStepMetadata.Builder> model)
Metadata for the Model step.
|
PipelineExecutionStepMetadata.Builder |
model(ModelStepMetadata model)
Metadata for the Model step.
|
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 |
registerModel(Consumer<RegisterModelStepMetadata.Builder> registerModel)
Metadata for the RegisterModel step.
|
PipelineExecutionStepMetadata.Builder |
registerModel(RegisterModelStepMetadata registerModel)
Metadata for the RegisterModel step.
|
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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
PipelineExecutionStepMetadata.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 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.Builder
trainingJob(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 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.Builder
processingJob(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 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.Builder
transformJob(TransformJobStepMetadata)
PipelineExecutionStepMetadata.Builder model(ModelStepMetadata model)
Metadata for the Model step.
model
- Metadata for the Model step.default PipelineExecutionStepMetadata.Builder model(Consumer<ModelStepMetadata.Builder> model)
Metadata for the Model step.
This is a convenience 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.Builder
model(ModelStepMetadata)
PipelineExecutionStepMetadata.Builder registerModel(RegisterModelStepMetadata registerModel)
Metadata for the RegisterModel step.
registerModel
- Metadata for the RegisterModel step.default PipelineExecutionStepMetadata.Builder registerModel(Consumer<RegisterModelStepMetadata.Builder> registerModel)
Metadata for the RegisterModel step.
This is a convenience 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.Builder
registerModel(RegisterModelStepMetadata)
PipelineExecutionStepMetadata.Builder condition(ConditionStepMetadata condition)
If this is a Condition step metadata object, details on the condition.
condition
- If this is a Condition step metadata object, details on the condition.default PipelineExecutionStepMetadata.Builder condition(Consumer<ConditionStepMetadata.Builder> condition)
If this is a Condition step metadata object, details on the condition.
This is a convenience 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.Builder
condition(ConditionStepMetadata)
Copyright © 2021. All rights reserved.