delete_model {azuremlsdk} | R Documentation |
Delete a model from its associated workspace
Description
Delete the registered model from its associated workspace. Note that you cannot delete a registered model that is being used by an active web service deployment.
Usage
delete_model(model)
Arguments
model |
The |
Value
None
[Package azuremlsdk version 1.10.0 Index]