airflow.providers.amazon.aws.operators.sagemaker_endpoint_config

Module Contents

class airflow.providers.amazon.aws.operators.sagemaker_endpoint_config.SageMakerEndpointConfigOperator(*, config: dict, **kwargs)[source]

Bases: airflow.providers.amazon.aws.operators.sagemaker_base.SageMakerBaseOperator

Create a SageMaker endpoint config.

This operator returns The ARN of the endpoint config created in Amazon SageMaker

Parameters
integer_fields = [['ProductionVariants', 'InitialInstanceCount']][source]
execute(self, context)[source]

Was this entry helpful?