Model
Patch a specific model.
Updates an existing model with the specified patch.
patch/modelmanagement/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.MachineLearningServices/workspaces/{workspace}/models/{id}
Path parameters
subscriptionIdstring uuid required
The Azure Subscription ID.
resourceGroupstring required
The Name of the resource group in which the workspace is located.
workspacestring required
The name of the workspace.
idstring required
The model id.
Response
Success
Example response
{
"id": "sklearn_mnist:1",
"name": "sklearn_mnist",
"description": "A mnist model, first version.",
"parentModelId": "sklearn_mnist_root:1"
}