v2

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

Get a Service.

Get a Service by Id.

get/modelmanagement/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.MachineLearningServices/workspaces/{workspace}/services/{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 Service Id.

Query parameters

expandboolean

Set to True to include Model details.

Response

Success

idstring

The service Id.

namestring

The service name.

descriptionstring

The service description.

kvTagsobject

The service tag dictionary. Tags are mutable.

propertiesobject

The service property dictionary. Properties are immutable.

operationIdstring

The ID of the latest asynchronous operation for this service.

state'Transitioning' | 'Healthy' | 'Unhealthy' | 'Failed'

The current state of the service.

createdTimestring date-time

The time the service was created.

updatedTimestring date-time

The time the service was updated.

computeType'ACI' | 'AKS' | 'AMLCOMPUTE' | 'IOT' | 'AKSENDPOINT' | 'UNKNOWN' required

The compute environment type for the service.

deploymentType'GRPCRealtimeEndpoint' | 'HttpRealtimeEndpoint' | 'Batch'

The deployment type for the service.

Example response

{
  "state": "Healthy",
  "computeType": "AKS",
  "deploymentType": "HttpRealtimeEndpoint"
}