Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 3 additions & 90 deletions schemas/2016-05-01-preview/Microsoft.MachineLearning.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,68 +4,6 @@
"title": "Microsoft.MachineLearning",
"description": "Microsoft MachineLearning Resource Types",
"resourceDefinitions": {
"commitmentPlans": {
"type": "object",
"properties": {
"apiVersion": {
"type": "string",
"enum": [
"2016-05-01-preview"
]
},
"etag": {
"type": "string",
"description": "An entity tag used to enforce optimistic concurrency."
},
"location": {
"type": "string",
"description": "Resource location."
},
"name": {
"type": "string",
"description": "The Azure ML commitment plan name."
},
"sku": {
"oneOf": [
{
"$ref": "#/definitions/ResourceSku"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The SKU of a resource."
},
"tags": {
"oneOf": [
{
"type": "object",
"additionalProperties": {
"type": "string"
},
"properties": {}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Resource tags"
},
"type": {
"type": "string",
"enum": [
"Microsoft.MachineLearning/commitmentPlans"
]
}
},
"required": [
"apiVersion",
"location",
"name",
"type"
],
"description": "Microsoft.MachineLearning/commitmentPlans"
},
"webServices": {
"type": "object",
"properties": {
Expand All @@ -77,7 +15,7 @@
},
"location": {
"type": "string",
"description": "Resource location."
"description": "Specifies the location of the resource."
},
"name": {
"type": "string",
Expand Down Expand Up @@ -342,7 +280,7 @@
],
"description": "Swagger 2.0 schema for a column within the data table representing a web service input or output. See Swagger specification: http://swagger.io/specification/"
},
"CommitmentPlanModel": {
"CommitmentPlan": {
"type": "object",
"properties": {
"id": {
Expand Down Expand Up @@ -730,31 +668,6 @@
},
"description": "Holds the available configuration options for an Azure ML web service endpoint."
},
"ResourceSku": {
"type": "object",
"properties": {
"capacity": {
"oneOf": [
{
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The scale-out capacity of the resource. 1 is 1x, 2 is 2x, etc. This impacts the quantities and cost of any commitment plan resource."
},
"name": {
"type": "string",
"description": "The SKU name. Along with tier, uniquely identifies the SKU."
},
"tier": {
"type": "string",
"description": "The SKU tier. Along with name, uniquely identifies the SKU."
}
},
"description": "The SKU of a resource."
},
"ServiceInputOutputSpecification": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -888,7 +801,7 @@
"commitmentPlan": {
"oneOf": [
{
"$ref": "#/definitions/CommitmentPlanModel"
"$ref": "#/definitions/CommitmentPlan"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down