Assigns the DELETED status to an MLModel, rendering it unusable
Assigns the DELETED
status to an MLModel
, rendering it unusable.
After using the delete_ml_model
operation, you can use the
get_ml_model
operation to verify that
the status of the MLModel
changed to DELETED.
Caution: The result of the
delete_ml_model
operation is
irreversible.
machinelearning_delete_ml_model(MLModelId)
MLModelId |
[required] A user-supplied ID that uniquely identifies the |
A list with the following syntax:
list( MLModelId = "string" )
svc$delete_ml_model( MLModelId = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.