Description | : Gets the current usage information as well as limits for AML resources for given subscription and location. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/usages
{
api-version:
string
,
subscriptionId:
string
,
location:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
id:
string
,
amlWorkspaceLocation:
string
,
type:
string
,
unit:
enum
,
currentValue:
integer
,
limit:
integer
,
name:
}
{
,
value:
string
,
localizedValue:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}