sagemaker_delete_model: Deletes a model

View source: R/sagemaker_operations.R

sagemaker_delete_modelR Documentation

Deletes a model

Description

Deletes a model. The delete_model API deletes only the model entry that was created in SageMaker when you called the create_model API. It does not delete model artifacts, inference code, or the IAM role that you specified when creating the model.

See https://www.paws-r-sdk.com/docs/sagemaker_delete_model/ for full documentation.

Usage

sagemaker_delete_model(ModelName)

Arguments

ModelName

[required] The name of the model to delete.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.