Description | : List Inference Endpoint Deployments. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "OnlineDeployments_List", "$responses": { "200": { "$properties": { "value": { "$properties": { "properties": [ { "@added_9241ed0d4c8d48fea4ebb571671435a5": { "#name": "startupProbe", "Description": "This verifies whether the application within a container is started. Startup probes run before any other probe, and, unless it finishes successfully, disables other probes.", "Required": false, "Type": "object", "$properties": [ { "#name": "failureThreshold", "Description": "The number of failures to allow before returning an unhealthy status.", "Format": "int32", "Required": false, "Type": "integer" }, { "#name": "initialDelay", "Description": "The delay before the first probe in ISO 8601 format.", "Format": "duration", "Required": false, "Type": "string" }, { "#name": "period", "Description": "The length of time between probes in ISO 8601 format.", "Format": "duration", "Required": false, "Type": "string" }, { "#name": "successThreshold", "Description": "The number of successful probes before returning a healthy status.", "Format": "int32", "Required": false, "Type": "integer" }, { "#name": "timeout", "Description": "The probe timeout in ISO 8601 format.", "Format": "duration", "Required": false, "Type": "string" } ] } } ] } } } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments
{
subscriptionId:
string
,
resourceGroupName:
string
,
workspaceName:
string
,
endpointName:
string
,
api-version:
string
,
$orderBy:
string
,
$top:
integer
,
$skip:
string
,
}
⚐ Response (200)
{
nextLink:
string
,
value:
}
[
]
,
{
,
identity:
{
,
principalId:
string
,
tenantId:
string
,
type:
enum
,
userAssignedIdentities:
object
,
}
kind:
string
,
properties:
{
,
appInsightsEnabled:
boolean
,
dataCollector:
{
,
collections:
object
,
requestLogging:
{
,
captureHeaders:
}
[
,
string
,
]
rollingRate:
enum
,
}
egressPublicNetworkAccess:
enum
,
endpointComputeType:
enum
,
instanceType:
string
,
livenessProbe:
{
,
failureThreshold:
integer
,
initialDelay:
string
,
period:
string
,
successThreshold:
integer
,
timeout:
string
,
}
model:
string
,
modelMountPath:
string
,
provisioningState:
enum
,
readinessProbe:
{
,
failureThreshold:
integer
,
initialDelay:
string
,
period:
string
,
successThreshold:
integer
,
timeout:
string
,
}
startupProbe:
{
,
failureThreshold:
integer
,
initialDelay:
string
,
period:
string
,
successThreshold:
integer
,
timeout:
string
,
}
requestSettings:
{
,
maxConcurrentRequestsPerInstance:
integer
,
maxQueueWait:
string
,
requestTimeout:
string
,
}
scaleSettings:
}
{
,
scaleType:
enum
,
}
sku:
}
{
,
name:
string
,
tier:
enum
,
size:
string
,
family:
string
,
capacity:
integer
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}