blob: e363a1004b103d929122dfaf3b7ae491ee5c9a5d [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)