| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
SelectedStep |
SelectedStep.clone() |
SelectedStep |
SelectedStep.withStepName(String stepName)
The name of the pipeline step.
|
| Modifier and Type | Method and Description |
|---|---|
List<SelectedStep> |
SelectiveExecutionConfig.getSelectedSteps()
A list of pipeline steps to run.
|
| Modifier and Type | Method and Description |
|---|---|
SelectiveExecutionConfig |
SelectiveExecutionConfig.withSelectedSteps(SelectedStep... selectedSteps)
A list of pipeline steps to run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectiveExecutionConfig.setSelectedSteps(Collection<SelectedStep> selectedSteps)
A list of pipeline steps to run.
|
SelectiveExecutionConfig |
SelectiveExecutionConfig.withSelectedSteps(Collection<SelectedStep> selectedSteps)
A list of pipeline steps to run.
|
Copyright © 2024. All rights reserved.