astronomer.providers.amazon.aws.operators.sagemaker

Module Contents

Classes

SageMakerProcessingOperatorAsync

This class is deprecated.

SageMakerTransformOperatorAsync

This class is deprecated.

SageMakerTrainingOperatorAsync

This class is deprecated.

Functions

serialize(result)

Serialize any objects coming from Sagemaker API response to json string

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.

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.

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.