| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<SelectedStep> |
SelectiveExecutionConfig.selectedSteps()
A list of pipeline steps to run.
|
| Modifier and Type | Method and Description |
|---|---|
SelectiveExecutionConfig.Builder |
SelectiveExecutionConfig.Builder.selectedSteps(SelectedStep... selectedSteps)
A list of pipeline steps to run.
|
| Modifier and Type | Method and Description |
|---|---|
SelectiveExecutionConfig.Builder |
SelectiveExecutionConfig.Builder.selectedSteps(Collection<SelectedStep> selectedSteps)
A list of pipeline steps to run.
|
Copyright © 2023. All rights reserved.