View source: R/sagemaker_operations.R
sagemaker_delete_model | R Documentation |
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.
sagemaker_delete_model(ModelName)
ModelName |
[required] The name of the model to delete. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.