v2

latestSwagger 2.0raw.githubusercontent.com2019-10-082354105.4 KB
Model

Gets a model.

Gets a model by model id.

get/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

idstring

The Model Id.

namestring required

The Model name.

frameworkstring

The Model framework.

frameworkVersionstring

The Model framework version.

versioninteger

The Model version assigned by Model Management Service.

urlstring required

The URL of the Model. Usually a SAS URL.

mimeTypestring required

The MIME type of Model content. For more details about MIME type, please open https://www.iana.org/assignments/media-types/media-types.xhtml

descriptionstring

The Model description text.

createdTimestring date-time

The Model creation time (UTC).

modifiedTimestring date-time

The Model last modified time (UTC).

unpackboolean

Indicates whether we need to unpack the Model during docker Image creation.

parentModelIdstring

The Parent Model Id.

runIdstring

The RunId that created this model.

experimentNamestring

The name of the experiment where this model was created.

kvTagsobject

The Model tag dictionary. Items are mutable.

propertiesobject

The Model property dictionary. Properties are immutable.

Example response

{
  "id": "sklearn_mnist:1",
  "name": "sklearn_mnist",
  "description": "A mnist model, first version.",
  "parentModelId": "sklearn_mnist_root:1"
}