sagemaker.mlops.workflow.fail_step#
The Step definitions for SageMaker Pipelines Workflows.
Classes
|
FailStep for SageMaker Pipelines Workflows. |
- class sagemaker.mlops.workflow.fail_step.FailStep(name: str, error_message: str | PipelineVariable | None = None, display_name: str | None = None, description: str | None = None, depends_on: List[str | Step] | None = None)[source]#
Bases:
StepFailStep for SageMaker Pipelines Workflows.
- property arguments: Dict[str, Any] | List[Dict[str, Any]]#
The arguments dictionary that is used to define the FailStep.
- property properties#
A Properties object is not available for the FailStep.
Executing a FailStep will terminate the pipeline. FailStep properties should not be referenced.