airflow.providers.amazon.aws.sensors.sagemaker_unified_studio¶
This module contains the Amazon SageMaker Unified Studio Notebook sensor.
Classes¶
Waits for a Sagemaker Workflows Notebook execution to reach any of the status below. |
Module Contents¶
- class airflow.providers.amazon.aws.sensors.sagemaker_unified_studio.SageMakerNotebookSensor(*, execution_id, execution_name, **kwargs)[source]¶
Bases:
airflow.providers.amazon.version_compat.BaseSensorOperator
Waits for a Sagemaker Workflows Notebook execution to reach any of the status below.
‘FAILED’, ‘STOPPED’, ‘COMPLETED’
- Parameters: