airflow.providers.amazon.aws.sensors.sagemaker_tuning¶
Module Contents¶
- 
class airflow.providers.amazon.aws.sensors.sagemaker_tuning.SageMakerTuningSensor(*, job_name: str, **kwargs)[source]¶
- Bases: - airflow.providers.amazon.aws.sensors.sagemaker_base.SageMakerBaseSensor- Asks for the state of the tuning state until it reaches a terminal state. The sensor will error if the job errors, throwing a AirflowException containing the failure reason. - Parameters
- job_name (str) -- job_name of the tuning instance to check the state of