-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add mfe.json 2022-06-01-preview changes (#19740)
* update mfe.json with 2022-06-01-preview spec * update go.md with preview-2022-06 * add AutoMLJob examples (initial) * add LabelingJob examples (initial) * add Schedule examples (initial) * prettier * update AutoMLJob examples * update LabelingJob examples * update LabelingJob examples * prettier * typo fixes * add Vectorizer to custom-words.txt * add missing * is this a breaking change? * Revert "update go.md with preview-2022-06" This reverts commit b49c64a.
- Loading branch information
Showing
16 changed files
with
10,189 additions
and
3,546 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2315,6 +2315,7 @@ Vcore | |
Vcores | ||
VCPU | ||
vcsa | ||
Vectorizer | ||
versionid | ||
Vertica | ||
Vfyc | ||
|
252 changes: 252 additions & 0 deletions
252
...ineLearningServices/preview/2022-06-01-preview/examples/Job/AutoMLJob/createOrUpdate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,252 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "test-rg", | ||
"workspaceName": "my-aml-workspace", | ||
"id": "string", | ||
"api-version": "2022-02-01-preview", | ||
"body": { | ||
"properties": { | ||
"description": "string", | ||
"tags": { | ||
"string": "string" | ||
}, | ||
"properties": { | ||
"string": "string" | ||
}, | ||
"displayName": "string", | ||
"experimentName": "string", | ||
"services": { | ||
"string": { | ||
"jobServiceType": "string", | ||
"port": 1, | ||
"endpoint": "string", | ||
"properties": { | ||
"string": "string" | ||
} | ||
} | ||
}, | ||
"computeId": "string", | ||
"isArchived": false, | ||
"identity": { | ||
"identityType": "AMLToken" | ||
}, | ||
"jobType": "AutoML", | ||
"resources": { | ||
"instanceCount": 1, | ||
"instanceType": "string", | ||
"properties": { | ||
"string": { | ||
"9bec0ab0-c62f-4fa9-a97c-7b24bbcc90ad": null | ||
} | ||
} | ||
}, | ||
"environmentId": "string", | ||
"environmentVariables": { | ||
"string": "string" | ||
}, | ||
"taskDetails": { | ||
"taskType": "ImageClassification", | ||
"limitSettings": { | ||
"maxTrials": 2 | ||
}, | ||
"targetColumnName": "string", | ||
"trainingData": { | ||
"jobInputType": "mltable", | ||
"uri": "string" | ||
}, | ||
"modelSettings": { | ||
"validationCropSize": 2 | ||
}, | ||
"searchSpace": [ | ||
{ | ||
"validationCropSize": "choice(2, 360)" | ||
} | ||
] | ||
}, | ||
"outputs": { | ||
"string": { | ||
"description": "string", | ||
"uri": "string", | ||
"mode": "ReadWriteMount", | ||
"jobOutputType": "uri_file" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"id": "string", | ||
"name": "string", | ||
"type": "string", | ||
"properties": { | ||
"description": "string", | ||
"tags": { | ||
"string": "string" | ||
}, | ||
"properties": { | ||
"string": "string" | ||
}, | ||
"displayName": "string", | ||
"status": "Scheduled", | ||
"experimentName": "string", | ||
"services": { | ||
"string": { | ||
"jobServiceType": "string", | ||
"port": 1, | ||
"endpoint": "string", | ||
"status": "string", | ||
"errorMessage": "string", | ||
"properties": { | ||
"string": "string" | ||
} | ||
} | ||
}, | ||
"computeId": "string", | ||
"isArchived": false, | ||
"identity": { | ||
"identityType": "AMLToken" | ||
}, | ||
"jobType": "AutoML", | ||
"resources": { | ||
"instanceCount": 1, | ||
"instanceType": "string", | ||
"properties": { | ||
"string": { | ||
"9bec0ab0-c62f-4fa9-a97c-7b24bbcc90ad": null | ||
} | ||
} | ||
}, | ||
"environmentId": "string", | ||
"environmentVariables": { | ||
"string": "string" | ||
}, | ||
"taskDetails": { | ||
"taskType": "ImageClassification", | ||
"limitSettings": { | ||
"maxTrials": 2 | ||
}, | ||
"targetColumnName": "string", | ||
"trainingData": { | ||
"jobInputType": "mltable", | ||
"uri": "string" | ||
}, | ||
"modelSettings": { | ||
"validationCropSize": 2 | ||
}, | ||
"searchSpace": [ | ||
{ | ||
"validationCropSize": "choice(2, 360)" | ||
} | ||
] | ||
}, | ||
"outputs": { | ||
"string": { | ||
"description": "string", | ||
"uri": "string", | ||
"mode": "ReadWriteMount", | ||
"jobOutputType": "uri_file" | ||
} | ||
} | ||
}, | ||
"systemData": { | ||
"createdAt": "2020-01-01T12:34:56.999Z", | ||
"createdBy": "string", | ||
"createdByType": "User", | ||
"lastModifiedAt": "2020-01-01T12:34:56.999Z", | ||
"lastModifiedBy": "string", | ||
"lastModifiedByType": "ManagedIdentity" | ||
} | ||
} | ||
}, | ||
"201": { | ||
"headers": {}, | ||
"body": { | ||
"id": "string", | ||
"name": "string", | ||
"type": "string", | ||
"properties": { | ||
"description": "string", | ||
"tags": { | ||
"string": "string" | ||
}, | ||
"properties": { | ||
"string": "string" | ||
}, | ||
"displayName": "string", | ||
"status": "Scheduled", | ||
"experimentName": "string", | ||
"services": { | ||
"string": { | ||
"jobServiceType": "string", | ||
"port": 1, | ||
"endpoint": "string", | ||
"status": "string", | ||
"errorMessage": "string", | ||
"properties": { | ||
"string": "string" | ||
} | ||
} | ||
}, | ||
"computeId": "string", | ||
"isArchived": false, | ||
"identity": { | ||
"identityType": "AMLToken" | ||
}, | ||
"jobType": "AutoML", | ||
"resources": { | ||
"instanceCount": 1, | ||
"instanceType": "string", | ||
"properties": { | ||
"string": { | ||
"9bec0ab0-c62f-4fa9-a97c-7b24bbcc90ad": null | ||
} | ||
} | ||
}, | ||
"environmentId": "string", | ||
"environmentVariables": { | ||
"string": "string" | ||
}, | ||
"taskDetails": { | ||
"taskType": "ImageClassification", | ||
"limitSettings": { | ||
"maxTrials": 2 | ||
}, | ||
"targetColumnName": "string", | ||
"trainingData": { | ||
"jobInputType": "mltable", | ||
"uri": "string" | ||
}, | ||
"modelSettings": { | ||
"validationCropSize": 2 | ||
}, | ||
"searchSpace": [ | ||
{ | ||
"validationCropSize": "choice(2, 360)" | ||
} | ||
] | ||
}, | ||
"outputs": { | ||
"string": { | ||
"description": "string", | ||
"uri": "string", | ||
"mode": "ReadWriteMount", | ||
"jobOutputType": "uri_file" | ||
} | ||
} | ||
}, | ||
"systemData": { | ||
"createdAt": "2020-01-01T12:34:56.999Z", | ||
"createdBy": "string", | ||
"createdByType": "User", | ||
"lastModifiedAt": "2020-01-01T12:34:56.999Z", | ||
"lastModifiedBy": "string", | ||
"lastModifiedByType": "ManagedIdentity" | ||
} | ||
} | ||
} | ||
} | ||
} |
97 changes: 97 additions & 0 deletions
97
...rosoft.MachineLearningServices/preview/2022-06-01-preview/examples/Job/AutoMLJob/get.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "test-rg", | ||
"workspaceName": "my-aml-workspace", | ||
"id": "string", | ||
"api-version": "2022-02-01-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"id": "string", | ||
"name": "string", | ||
"type": "string", | ||
"properties": { | ||
"description": "string", | ||
"tags": { | ||
"string": "string" | ||
}, | ||
"properties": { | ||
"string": "string" | ||
}, | ||
"displayName": "string", | ||
"status": "Scheduled", | ||
"experimentName": "string", | ||
"services": { | ||
"string": { | ||
"jobServiceType": "string", | ||
"port": 1, | ||
"endpoint": "string", | ||
"status": "string", | ||
"errorMessage": "string", | ||
"properties": { | ||
"string": "string" | ||
} | ||
} | ||
}, | ||
"computeId": "string", | ||
"isArchived": false, | ||
"identity": { | ||
"identityType": "AMLToken" | ||
}, | ||
"jobType": "AutoML", | ||
"resources": { | ||
"instanceCount": 1, | ||
"instanceType": "string", | ||
"properties": { | ||
"string": { | ||
"9bec0ab0-c62f-4fa9-a97c-7b24bbcc90ad": null | ||
} | ||
} | ||
}, | ||
"environmentId": "string", | ||
"environmentVariables": { | ||
"string": "string" | ||
}, | ||
"taskDetails": { | ||
"taskType": "ImageClassification", | ||
"limitSettings": { | ||
"maxTrials": 2 | ||
}, | ||
"targetColumnName": "string", | ||
"trainingData": { | ||
"jobInputType": "mltable", | ||
"uri": "string" | ||
}, | ||
"modelSettings": { | ||
"validationCropSize": 2 | ||
}, | ||
"searchSpace": [ | ||
{ | ||
"validationCropSize": "choice(2, 360)" | ||
} | ||
] | ||
}, | ||
"outputs": { | ||
"string": { | ||
"description": "string", | ||
"uri": "string", | ||
"mode": "ReadWriteMount", | ||
"jobOutputType": "uri_file" | ||
} | ||
} | ||
}, | ||
"systemData": { | ||
"createdAt": "2020-01-01T12:34:56.999Z", | ||
"createdBy": "string", | ||
"createdByType": "User", | ||
"lastModifiedAt": "2020-01-01T12:34:56.999Z", | ||
"lastModifiedBy": "string", | ||
"lastModifiedByType": "ManagedIdentity" | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.