SageMakerEndpointConfigOperator

Amazon

Creates an endpoint configuration that Amazon SageMaker hosting services uses to deploy models. In the configuration, you identify one or more models, created using the CreateModel API, to deploy and the resources that you want Amazon SageMaker to provision.

View on GitHub

Last Updated: Feb. 27, 2023

Access Instructions

Install the Amazon provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

configRequiredThe configuration necessary to create an endpoint config. For details of the configuration parameter see SageMaker.Client.create_endpoint_config()
aws_conn_idThe AWS connection ID to use.
Dict

Documentation

Creates an endpoint configuration that Amazon SageMaker hosting services uses to deploy models. In the configuration, you identify one or more models, created using the CreateModel API, to deploy and the resources that you want Amazon SageMaker to provision.

See also

For more information on how to use this operator, take a look at the guide: Create an Amazon SageMaker endpoint config job

Was this page helpful?