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
Example response
{
"state": "Healthy",
"computeType": "AKS",
"deploymentType": "HttpRealtimeEndpoint"
}