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
.This field is required if the steps you specify for
SelectedSteps
depend on output collaterals from any non-specified pipeline steps. For more information, see Selective Execution for Pipeline Steps.Type: String
Length Constraints: Maximum length of 2048.
Pattern:
^arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:pipeline\/.*\/execution\/.*$
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: