SageMakerDeleteModelOperator

Amazon

Deletes a SageMaker model.

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 delete the model. For details of the configuration parameter see SageMaker.Client.delete_model()
aws_conn_idThe AWS connection ID to use.

Documentation

Deletes a SageMaker model.

See also

For more information on how to use this operator, take a look at the guide: Delete an Amazon SageMaker model

Was this page helpful?