| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
SelectiveExecutionConfig |
SelectiveExecutionConfig.clone() |
SelectiveExecutionConfig |
PipelineExecution.getSelectiveExecutionConfig()
The selective execution configuration applied to the pipeline run.
|
SelectiveExecutionConfig |
StartPipelineExecutionRequest.getSelectiveExecutionConfig()
The selective execution configuration applied to the pipeline run.
|
SelectiveExecutionConfig |
DescribePipelineExecutionResult.getSelectiveExecutionConfig()
The selective execution configuration applied to the pipeline run.
|
SelectiveExecutionConfig |
SelectiveExecutionConfig.withSelectedSteps(Collection<SelectedStep> selectedSteps)
A list of pipeline steps to run.
|
SelectiveExecutionConfig |
SelectiveExecutionConfig.withSelectedSteps(SelectedStep... selectedSteps)
A list of pipeline steps to run.
|
SelectiveExecutionConfig |
SelectiveExecutionConfig.withSourcePipelineExecutionArn(String sourcePipelineExecutionArn)
The ARN from a reference execution of the current pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineExecution.setSelectiveExecutionConfig(SelectiveExecutionConfig selectiveExecutionConfig)
The selective execution configuration applied to the pipeline run.
|
void |
StartPipelineExecutionRequest.setSelectiveExecutionConfig(SelectiveExecutionConfig selectiveExecutionConfig)
The selective execution configuration applied to the pipeline run.
|
void |
DescribePipelineExecutionResult.setSelectiveExecutionConfig(SelectiveExecutionConfig selectiveExecutionConfig)
The selective execution configuration applied to the pipeline run.
|
PipelineExecution |
PipelineExecution.withSelectiveExecutionConfig(SelectiveExecutionConfig selectiveExecutionConfig)
The selective execution configuration applied to the pipeline run.
|
StartPipelineExecutionRequest |
StartPipelineExecutionRequest.withSelectiveExecutionConfig(SelectiveExecutionConfig selectiveExecutionConfig)
The selective execution configuration applied to the pipeline run.
|
DescribePipelineExecutionResult |
DescribePipelineExecutionResult.withSelectiveExecutionConfig(SelectiveExecutionConfig selectiveExecutionConfig)
The selective execution configuration applied to the pipeline run.
|
Copyright © 2024. All rights reserved.