astronomer.providers.amazon.aws.operators.sagemaker¶
Classes¶
This class is deprecated. |
|
This class is deprecated. |
|
This class is deprecated. |
Functions¶
|
Serialize any objects coming from Sagemaker API response to json string |
Module Contents¶
- astronomer.providers.amazon.aws.operators.sagemaker.serialize(result)[source]¶
Serialize any objects coming from Sagemaker API response to json string
- class astronomer.providers.amazon.aws.operators.sagemaker.SageMakerProcessingOperatorAsync(**kwargs)[source]¶
Bases:
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.
- is_deprecated = True¶
- post_deprecation_replacement = 'from airflow.providers.amazon.aws.operators.sagemaker import SageMakerProcessingOperator'¶
- class astronomer.providers.amazon.aws.operators.sagemaker.SageMakerTransformOperatorAsync(**kwargs)[source]¶
Bases:
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.
- is_deprecated = True¶
- post_deprecation_replacement = 'from airflow.providers.amazon.aws.operators.sagemaker import SageMakerTransformOperator'¶
- class astronomer.providers.amazon.aws.operators.sagemaker.SageMakerTrainingOperatorAsync(**kwargs)[source]¶
Bases:
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.
- is_deprecated = True¶
- post_deprecation_replacement = 'from airflow.providers.amazon.aws.operators.sagemaker import SageMakerTrainingOperator'¶