Deletes a model
Deletes a model. The delete_model
API
deletes only the model entry that was created in Amazon 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.
sagemaker_delete_model(ModelName)
ModelName |
[required] The name of the model to delete. |
An empty list.
svc$delete_model( ModelName = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.