sagemaker.mlops.workflow.selective_execution_config#
Pipeline Parallelism Configuration
Classes
|
The selective execution configuration, which defines a subset of pipeline steps to run in |
- class sagemaker.mlops.workflow.selective_execution_config.SelectiveExecutionConfig(selected_steps: List[str], reference_latest_execution: bool = True, source_pipeline_execution_arn: str | None = None)[source]#
Bases:
objectThe selective execution configuration, which defines a subset of pipeline steps to run in
another SageMaker pipeline run.