Description | : List Serverless Endpoints. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "ServerlessEndpoints_List", "$responses": { "200": { "$properties": { "value": { "$properties": { "properties": [ { "contentSafety": [ { "#name": "contentSafetyLevel", "Required": { "new": true, "old": false } } ] } ] } } } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/serverlessEndpoints
{
subscriptionId:
string
,
resourceGroupName:
string
,
workspaceName:
string
,
api-version:
string
,
$skip:
string
,
}
⚐ Response (200)
{
nextLink:
string
,
value:
}
[
]
,
{
,
identity:
{
,
principalId:
string
,
tenantId:
string
,
type:
enum
,
userAssignedIdentities:
object
,
}
kind:
string
,
properties:
{
,
authMode:
enum
,
contentSafety:
{
,
contentSafetyLevel:
enum
,
contentSafetyStatus:
enum
,
}
endpointState:
enum
,
inferenceEndpoint:
{
,
headers:
object
,
uri:
string
,
}
marketplaceSubscriptionId:
string
,
modelSettings:
{
,
modelId:
string
,
}
provisioningState:
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
,
}