| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static SelectiveExecutionConfig.Builder |
SelectiveExecutionConfig.builder() |
SelectiveExecutionConfig.Builder |
SelectiveExecutionConfig.Builder.selectedSteps(Collection<SelectedStep> selectedSteps)
A list of pipeline steps to run.
|
SelectiveExecutionConfig.Builder |
SelectiveExecutionConfig.Builder.selectedSteps(Consumer<SelectedStep.Builder>... selectedSteps)
A list of pipeline steps to run.
|
SelectiveExecutionConfig.Builder |
SelectiveExecutionConfig.Builder.selectedSteps(SelectedStep... selectedSteps)
A list of pipeline steps to run.
|
SelectiveExecutionConfig.Builder |
SelectiveExecutionConfig.Builder.sourcePipelineExecutionArn(String sourcePipelineExecutionArn)
The ARN from a reference execution of the current pipeline.
|
SelectiveExecutionConfig.Builder |
SelectiveExecutionConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SelectiveExecutionConfig.Builder> |
SelectiveExecutionConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartPipelineExecutionRequest.Builder |
StartPipelineExecutionRequest.Builder.selectiveExecutionConfig(Consumer<SelectiveExecutionConfig.Builder> selectiveExecutionConfig)
The selective execution configuration applied to the pipeline run.
|
default DescribePipelineExecutionResponse.Builder |
DescribePipelineExecutionResponse.Builder.selectiveExecutionConfig(Consumer<SelectiveExecutionConfig.Builder> selectiveExecutionConfig)
The selective execution configuration applied to the pipeline run.
|
default PipelineExecution.Builder |
PipelineExecution.Builder.selectiveExecutionConfig(Consumer<SelectiveExecutionConfig.Builder> selectiveExecutionConfig)
The selective execution configuration applied to the pipeline run.
|
Copyright © 2023. All rights reserved.