-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MFE April-preview 2023 staging (#23165)
* update mfe.json to latest * update preview examples * make it pretty * createOrUpload example touch-ups * pretty check * POST pendingUpload lint violation, description, and array * spell check fixes * featurestore updates + notification patch updates to align with jobs * fix feature examples * rename PendingUpload -> startPendingUpload + better description * prettier feature get/list.json * update Job-Update example * update descriptions * x-ms-secret-true, remove wasbs and pattern for registries * update examples to remove wasbsUri * update registry refrence and add pattern to featuresetname * temporarily add in registry reference * one more pattern add-on for featuresetname * remove wasbs since that is no longer a part of PR * bump * add empty secrets to examples - can show object but hide secret itself * original-uri -> azure-async-operation * createOrGetPendingUpload -> createOrGetStartPendingUpload * add ms-secret to uri to keep it from breaking relative to GA --------- Co-authored-by: Kayla Ames <kaseager@microsoft.com>
- Loading branch information
Showing
17 changed files
with
4,236 additions
and
1,137 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 |
---|---|---|
|
@@ -2752,4 +2752,7 @@ remediatable | |
Overprovisioning | ||
Unprepares | ||
Unpreparing | ||
|
||
Pearsons | ||
Smirnov | ||
Kolmogorov | ||
Wasserstein |
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
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
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
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
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
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
40 changes: 40 additions & 0 deletions
40
...er/Microsoft.MachineLearningServices/preview/2023-04-01-preview/examples/Feature/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,40 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "test-rg", | ||
"workspaceName": "my-aml-workspace", | ||
"featuresetName": "string", | ||
"featuresetVersion": "string", | ||
"featureName": "string", | ||
"api-version": "2023-04-01-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"id": "string", | ||
"name": "string", | ||
"type": "string", | ||
"properties": { | ||
"description": "string", | ||
"tags": { | ||
"string": "string" | ||
}, | ||
"properties": { | ||
"string": "string" | ||
}, | ||
"featureName": "string", | ||
"dataType": "Float" | ||
}, | ||
"systemData": { | ||
"createdAt": "2020-01-01T12:34:56.999+00:51", | ||
"createdBy": "string", | ||
"createdByType": "Key", | ||
"lastModifiedAt": "2020-01-01T12:34:56.999+00:51", | ||
"lastModifiedBy": "string", | ||
"lastModifiedByType": "Key" | ||
} | ||
} | ||
} | ||
} | ||
} |
48 changes: 48 additions & 0 deletions
48
...r/Microsoft.MachineLearningServices/preview/2023-04-01-preview/examples/Feature/list.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,48 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "test-rg", | ||
"workspaceName": "my-aml-workspace", | ||
"featuresetName": "string", | ||
"featuresetVersion": "string", | ||
"api-version": "2023-04-01-preview", | ||
"$skipToken": "string", | ||
"tags": "string", | ||
"featureName": "string", | ||
"description": "string" | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "string", | ||
"name": "string", | ||
"type": "string", | ||
"properties": { | ||
"description": "string", | ||
"tags": { | ||
"string": "string" | ||
}, | ||
"properties": { | ||
"string": "string" | ||
}, | ||
"featureName": "string", | ||
"dataType": "Boolean" | ||
}, | ||
"systemData": { | ||
"createdAt": "2020-01-01T12:34:56.999+00:50", | ||
"createdBy": "string", | ||
"createdByType": "Key", | ||
"lastModifiedAt": "2020-01-01T12:34:56.999+00:50", | ||
"lastModifiedBy": "string", | ||
"lastModifiedByType": "ManagedIdentity" | ||
} | ||
} | ||
], | ||
"nextLink": "string" | ||
} | ||
} | ||
} | ||
} |
154 changes: 154 additions & 0 deletions
154
...ger/Microsoft.MachineLearningServices/preview/2023-04-01-preview/examples/Job/update.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,154 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "test-rg", | ||
"workspaceName": "my-aml-workspace", | ||
"id": "string", | ||
"api-version": "2023-04-01-preview", | ||
"body": { | ||
"properties": { | ||
"notificationSetting": { | ||
"webhooks": { | ||
"string": { | ||
"eventType": "string", | ||
"webhookType": "AzureDevOps" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"id": "string", | ||
"name": "string", | ||
"type": "string", | ||
"properties": { | ||
"description": "string", | ||
"tags": { | ||
"string": "string" | ||
}, | ||
"properties": { | ||
"string": "string" | ||
}, | ||
"displayName": "string", | ||
"status": "Canceled", | ||
"experimentName": "string", | ||
"services": { | ||
"string": { | ||
"jobServiceType": "string", | ||
"port": 1, | ||
"endpoint": "string", | ||
"status": "string", | ||
"errorMessage": "string", | ||
"properties": { | ||
"string": "string" | ||
}, | ||
"nodes": { | ||
"nodesValueType": "All" | ||
} | ||
} | ||
}, | ||
"computeId": "string", | ||
"isArchived": false, | ||
"identity": { | ||
"identityType": "AMLToken" | ||
}, | ||
"componentId": "string", | ||
"notificationSetting": { | ||
"emails": [ | ||
"string" | ||
], | ||
"emailOn": [ | ||
"JobCompleted" | ||
], | ||
"webhooks": { | ||
"string": { | ||
"eventType": "string", | ||
"webhookType": "AzureDevOps" | ||
} | ||
} | ||
}, | ||
"secretsConfiguration": { | ||
"string": { | ||
"workspaceSecretName": "string", | ||
"uri": null | ||
} | ||
}, | ||
"jobType": "Command", | ||
"resources": { | ||
"instanceCount": 1, | ||
"maxInstanceCount": 1, | ||
"instanceType": "string", | ||
"locations": [ | ||
"string" | ||
], | ||
"properties": { | ||
"string": { | ||
"00cac5bf-6a80-4db4-9c7f-1feebe8c21c8": null | ||
} | ||
}, | ||
"shmSize": "2g", | ||
"dockerArgs": "string" | ||
}, | ||
"codeId": "string", | ||
"command": "string", | ||
"environmentId": "string", | ||
"inputs": { | ||
"string": { | ||
"description": "string", | ||
"jobInputType": "literal", | ||
"value": "string" | ||
} | ||
}, | ||
"outputs": { | ||
"string": { | ||
"description": "string", | ||
"uri": "string", | ||
"assetName": "string", | ||
"assetVersion": "string", | ||
"mode": "Upload", | ||
"autoDeleteSetting": { | ||
"condition": "CreatedGreaterThan", | ||
"value": "string" | ||
}, | ||
"jobOutputType": "uri_file" | ||
} | ||
}, | ||
"distribution": { | ||
"distributionType": "TensorFlow", | ||
"workerCount": 1, | ||
"parameterServerCount": 1 | ||
}, | ||
"autologgerSettings": { | ||
"mlflowAutologger": "Enabled" | ||
}, | ||
"limits": { | ||
"timeout": "PT5M", | ||
"jobLimitsType": "Command" | ||
}, | ||
"environmentVariables": { | ||
"string": "string" | ||
}, | ||
"parameters": { | ||
"6f851dd9-5a2d-4bd7-8a67-3b0e6a075bdb": null | ||
}, | ||
"queueSettings": { | ||
"jobTier": "Premium", | ||
"priority": 1 | ||
} | ||
}, | ||
"systemData": { | ||
"createdAt": "2020-01-01T12:34:56.999+00:44", | ||
"createdBy": "string", | ||
"createdByType": "Key", | ||
"lastModifiedAt": "2020-01-01T12:34:56.999+00:44", | ||
"lastModifiedBy": "string", | ||
"lastModifiedByType": "Key" | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.