blob: 92425d728cff3e7724b61d9f1e0462a47bf819c5 [file] [log] [blame]
:mod:`airflow.contrib.operators.sagemaker_endpoint_config_operator`
===================================================================
.. py:module:: airflow.contrib.operators.sagemaker_endpoint_config_operator
Module Contents
---------------
.. py:class:: SageMakerEndpointConfigOperator(config, *args, **kwargs)
Bases: :class:`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
:param config: The configuration necessary to create an endpoint config.
For details of the configuration parameter see :py:meth:`SageMaker.Client.create_endpoint_config`
:type config: dict
:param aws_conn_id: The AWS connection ID to use.
:type aws_conn_id: str
.. attribute:: integer_fields
:annotation: = [['ProductionVariants', 'InitialInstanceCount']]
.. method:: execute(self, context)