| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static PipelineExecutionStepMetadata.Builder |
PipelineExecutionStepMetadata.builder() |
PipelineExecutionStepMetadata.Builder |
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 |
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 |
PipelineExecutionStepMetadata.Builder.condition(ConditionStepMetadata condition)
The outcome of the condition evaluation that was run by this step execution.
|
default PipelineExecutionStepMetadata.Builder |
PipelineExecutionStepMetadata.Builder.condition(Consumer<ConditionStepMetadata.Builder> condition)
The outcome of the condition evaluation that was run by this step execution.
|
default PipelineExecutionStepMetadata.Builder |
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 |
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 |
PipelineExecutionStepMetadata.Builder.model(Consumer<ModelStepMetadata.Builder> model)
The Amazon Resource Name (ARN) of the model that was created by this step execution.
|
PipelineExecutionStepMetadata.Builder |
PipelineExecutionStepMetadata.Builder.model(ModelStepMetadata model)
The Amazon Resource Name (ARN) of the model that was created by this step execution.
|
default PipelineExecutionStepMetadata.Builder |
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 |
PipelineExecutionStepMetadata.Builder.processingJob(ProcessingJobStepMetadata processingJob)
The Amazon Resource Name (ARN) of the processing job that was run by this step execution.
|
default PipelineExecutionStepMetadata.Builder |
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 |
PipelineExecutionStepMetadata.Builder.registerModel(RegisterModelStepMetadata registerModel)
The Amazon Resource Name (ARN) of the model package the model was registered to by this step execution.
|
PipelineExecutionStepMetadata.Builder |
PipelineExecutionStepMetadata.toBuilder() |
default PipelineExecutionStepMetadata.Builder |
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 |
PipelineExecutionStepMetadata.Builder.trainingJob(TrainingJobStepMetadata trainingJob)
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
|
default PipelineExecutionStepMetadata.Builder |
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 |
PipelineExecutionStepMetadata.Builder.transformJob(TransformJobStepMetadata transformJob)
The Amazon Resource Name (ARN) of the transform job that was run by this step execution.
|
default PipelineExecutionStepMetadata.Builder |
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 |
PipelineExecutionStepMetadata.Builder.tuningJob(TuningJobStepMetaData tuningJob)
The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PipelineExecutionStepMetadata.Builder> |
PipelineExecutionStepMetadata.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PipelineExecutionStep.Builder |
PipelineExecutionStep.Builder.metadata(Consumer<PipelineExecutionStepMetadata.Builder> metadata)
Metadata for the step execution.
|
Copyright © 2021. All rights reserved.