Description | : List versions. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "RegistryEnvironmentVersions_List", "$responses": { "200": { "$properties": { "value": { "$properties": { "properties": [ { "inferenceConfig": [ { "@added_a7bcc1b1bc244e15998ebb65085520a2": { "#name": "startupRoute", "Description": "The route to check the startup of the application in the container.", "Required": false, "Type": "object", "$properties": [ { "#name": "path", "Description": "[Required] The path for the route.", "Required": true, "Type": "string" }, { "#name": "port", "Description": "[Required] The port for the route.", "Format": "int32", "Required": true, "Type": "integer" } ] } } ] } ] } } } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/environments/{environmentName}/versions
{
subscriptionId:
string
,
resourceGroupName:
string
,
registryName:
string
,
environmentName:
string
,
api-version:
string
,
$orderBy:
string
,
$top:
integer
,
$skip:
string
,
listViewType:
string
,
}
⚐ Response (200)
{
nextLink:
string
,
value:
}
[
]
,
{
,
properties:
}
{
,
autoRebuild:
enum
,
build:
{
,
contextUri:
string
,
dockerfilePath:
string
,
}
condaFile:
string
,
environmentType:
enum
,
image:
string
,
inferenceConfig:
{
,
livenessRoute:
{
,
path:
string
,
port:
integer
,
}
readinessRoute:
{
,
path:
string
,
port:
integer
,
}
startupRoute:
{
,
path:
string
,
port:
integer
,
}
scoringRoute:
}
{
,
path:
string
,
port:
integer
,
}
osType:
enum
,
provisioningState:
enum
,
stage:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}