Description | : Retrieve inference group status. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "InferenceGroups_GetStatus", "$responses": { "200": { "$properties": { "actualCapacityInfo": [ { "#name": "failed", "Description": { "new": "Gets or sets the number of instances (scale units) which have Failed provisioning state and have target group payload.", "old": "Gets or sets the number of instances (scale units) which Failed provisioning state and have target group payload." } } ] } } } }
⚼ Request
POST:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/inferencePools/{poolName}/groups/{groupName}/getStatus
{
subscriptionId:
string
,
resourceGroupName:
string
,
workspaceName:
string
,
poolName:
string
,
groupName:
string
,
api-version:
string
,
}
⚐ Response (200)
{
actualCapacityInfo:
{
,
total:
integer
,
succeeded:
integer
,
failed:
integer
,
outdatedSucceeded:
integer
,
outdatedFailed:
integer
,
}
endpointCount:
integer
,
requestedCapacity:
integer
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}