sagemaker_delete_model {paws.machine.learning} | R 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. |
[Package paws.machine.learning version 0.9.0 Index]