sagemaker.mlops.workflow.selective_execution_config

sagemaker.mlops.workflow.selective_execution_config#

Pipeline Parallelism Configuration

Classes

SelectiveExecutionConfig(selected_steps[, ...])

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: object

The selective execution configuration, which defines a subset of pipeline steps to run in

another SageMaker pipeline run.

to_request() Dict[str, Any] | List[Dict[str, Any]][source]#

Convert SelectiveExecutionConfig object to request dict.