astronomer.providers.amazon.aws.operators.sagemaker =================================================== .. py:module:: astronomer.providers.amazon.aws.operators.sagemaker Classes ------- .. autoapisummary:: astronomer.providers.amazon.aws.operators.sagemaker.SageMakerProcessingOperatorAsync astronomer.providers.amazon.aws.operators.sagemaker.SageMakerTransformOperatorAsync astronomer.providers.amazon.aws.operators.sagemaker.SageMakerTrainingOperatorAsync Functions --------- .. autoapisummary:: astronomer.providers.amazon.aws.operators.sagemaker.serialize Module Contents --------------- .. py:function:: serialize(result) Serialize any objects coming from Sagemaker API response to json string .. py:class:: SageMakerProcessingOperatorAsync(**kwargs) Bases: :py:obj:`airflow.providers.amazon.aws.operators.sagemaker.SageMakerProcessingOperator` This class is deprecated. Please use :class: `~airflow.providers.amazon.aws.operators.sagemaker.SageMakerProcessingOperator` and set `deferrable` param to `True` instead. .. py:attribute:: is_deprecated :value: True .. py:attribute:: post_deprecation_replacement :value: 'from airflow.providers.amazon.aws.operators.sagemaker import SageMakerProcessingOperator' .. py:class:: SageMakerTransformOperatorAsync(**kwargs) Bases: :py:obj:`airflow.providers.amazon.aws.operators.sagemaker.SageMakerTransformOperator` This class is deprecated. Please use :class: `~airflow.providers.amazon.aws.operators.sagemaker.SageMakerTransformOperator` and set `deferrable` param to `True` instead. .. py:attribute:: is_deprecated :value: True .. py:attribute:: post_deprecation_replacement :value: 'from airflow.providers.amazon.aws.operators.sagemaker import SageMakerTransformOperator' .. py:class:: SageMakerTrainingOperatorAsync(**kwargs) Bases: :py:obj:`airflow.providers.amazon.aws.operators.sagemaker.SageMakerTrainingOperator` This class is deprecated. Please use :class: `~airflow.providers.amazon.aws.operators.sagemaker.SageMakerTrainingOperator` and set `deferrable` param to `True` instead. .. py:attribute:: is_deprecated :value: True .. py:attribute:: post_deprecation_replacement :value: 'from airflow.providers.amazon.aws.operators.sagemaker import SageMakerTrainingOperator'