Delete Ml Model
machinelearning_delete_ml_model | R Documentation |
Assigns the DELETED status to an MLModel, rendering it unusable¶
Description¶
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.
Usage¶
machinelearning_delete_ml_model(MLModelId)
Arguments¶
MLModelId |
[required] A user-supplied ID that uniquely identifies the
|
Value¶
A list with the following syntax:
list(
MLModelId = "string"
)
Request syntax¶
svc$delete_ml_model(
MLModelId = "string"
)