airflow.contrib.operators.sagemaker_endpoint_config_operator

Module Contents

class airflow.contrib.operators.sagemaker_endpoint_config_operator.SageMakerEndpointConfigOperator(config, *args, **kwargs)[source]

Bases: airflow.contrib.operators.sagemaker_base_operator.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?