Model
Register a model.
Register the model provided.
post/modelmanagement/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.MachineLearningServices/workspaces/{workspace}/models
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.
Request body
Example request
{
"id": "sklearn_mnist:1",
"name": "sklearn_mnist",
"description": "A mnist model, first version.",
"parentModelId": "sklearn_mnist_root:1"
}Response
The model registration was successful.
Example response
{
"id": "sklearn_mnist:1",
"name": "sklearn_mnist",
"description": "A mnist model, first version.",
"parentModelId": "sklearn_mnist_root:1"
}