SelectiveExecutionConfig
The selective execution configuration applied to the pipeline run.
Contents
- SelectedSteps
-
A list of pipeline steps to run. All step(s) in all path(s) between two selected steps should be included.
Type: Array of SelectedStep objects
Array Members: Minimum number of 1 item. Maximum number of 50 items.
Required: Yes
- SourcePipelineExecutionArn
-
The ARN from a reference execution of the current pipeline. Used to copy input collaterals needed for the selected steps to run. The execution status of the pipeline can be either
Failed
orSuccess
.Type: String
Length Constraints: Maximum length of 256.
Pattern:
^arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:pipeline\/.*\/execution\/.*$
Required: Yes
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: