-
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.
[Hub Generated] Review request for Microsoft.MachineLearningServices …
…to add version preview/2022-06-01-preview (#19842) * Adds base for updating Microsoft.MachineLearningServices from version stable/2022-05-01 to version 2022-06-01-preview * Updates readme * Updates API version in new specs and examples * Add idleShutdownSetting to Compute Instances (#19748) * Added idleTimeBeforeShutdown to compute instance properties * Added api UpdateIdleShutdownSetting Co-authored-by: Teo Magnino Chaban <[email protected]> * 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. * Updating Swagger Spec for MLC for CustomServices (#19781) * Updating Swagger Spec for MLC for CustomServices * Added Examples * Removing update API in favor of exisiting Patch API and Fixing some Validation issues * Fixed Pretty Issue * Fixed Id Issue * Changed case * Updated Examples * Changing Description * Added nullable fields * Added update APIs * Fixing validation errors * Fix model validation Co-authored-by: Srivatsa Sinha <[email protected]> * Add encryption property to workspace update parameters (#19893) * Add encryption property to workspace update parameters Adding the ability for users to update CMK keyIdentifier property for workspace update. * Apply prettier changes Co-authored-by: Joshua Loeffler <[email protected]> * Add enum value to OutputDataDeliveryMode (#19964) * add soft delete related properties (#19907) * add soft delete related properties * resolve lint diff issue that enum name duplicaton Co-authored-by: Xi Jin <[email protected]> * Remove SoftDeleteEnabled. (#20005) * reorder DeploymentResourceConfiguration Definition (#20057) Co-authored-by: Teddy Todorov <[email protected]> Co-authored-by: teochaban <[email protected]> Co-authored-by: Teo Magnino Chaban <[email protected]> Co-authored-by: Teddy Todorov <[email protected]> Co-authored-by: srivatsasinha <[email protected]> Co-authored-by: Srivatsa Sinha <[email protected]> Co-authored-by: jloeffler7 <[email protected]> Co-authored-by: Joshua Loeffler <[email protected]> Co-authored-by: XI JIN <[email protected]> Co-authored-by: Xi Jin <[email protected]> Co-authored-by: ZhidaLiu <[email protected]>
- Loading branch information
1 parent
3668731
commit 7f284e0
Showing
159 changed files
with
32,131 additions
and
12 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
220 changes: 220 additions & 0 deletions
220
...eLearningServices/preview/2022-06-01-preview/examples/BatchDeployment/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,220 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "test-rg", | ||
"workspaceName": "my-aml-workspace", | ||
"endpointName": "testEndpointName", | ||
"deploymentName": "testDeploymentName", | ||
"api-version": "2022-06-01-preview", | ||
"body": { | ||
"properties": { | ||
"description": "string", | ||
"properties": { | ||
"string": "string" | ||
}, | ||
"codeConfiguration": { | ||
"codeId": "string", | ||
"scoringScript": "string" | ||
}, | ||
"environmentId": "string", | ||
"environmentVariables": { | ||
"string": "string" | ||
}, | ||
"compute": "string", | ||
"errorThreshold": 1, | ||
"retrySettings": { | ||
"maxRetries": 1, | ||
"timeout": "PT5M" | ||
}, | ||
"miniBatchSize": 1, | ||
"loggingLevel": "Info", | ||
"model": { | ||
"referenceType": "Id", | ||
"assetId": "string" | ||
}, | ||
"maxConcurrencyPerInstance": 1, | ||
"outputAction": "SummaryOnly", | ||
"outputFileName": "string", | ||
"resources": { | ||
"instanceCount": 1, | ||
"instanceType": "string", | ||
"properties": { | ||
"string": { | ||
"cd3c37dc-2876-4ca4-8a54-21bd7619724a": null | ||
} | ||
} | ||
} | ||
}, | ||
"tags": {}, | ||
"location": "string", | ||
"kind": "string", | ||
"identity": { | ||
"type": "SystemAssigned", | ||
"userAssignedIdentities": { | ||
"string": {} | ||
} | ||
}, | ||
"sku": { | ||
"name": "string", | ||
"tier": "Free", | ||
"size": "string", | ||
"family": "string", | ||
"capacity": 1 | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"id": "string", | ||
"name": "string", | ||
"type": "string", | ||
"properties": { | ||
"description": "string", | ||
"properties": { | ||
"string": "string" | ||
}, | ||
"codeConfiguration": { | ||
"codeId": "string", | ||
"scoringScript": "string" | ||
}, | ||
"environmentId": "string", | ||
"environmentVariables": { | ||
"string": "string" | ||
}, | ||
"compute": "string", | ||
"errorThreshold": 1, | ||
"retrySettings": { | ||
"maxRetries": 1, | ||
"timeout": "PT5M" | ||
}, | ||
"miniBatchSize": 1, | ||
"loggingLevel": "Info", | ||
"model": { | ||
"referenceType": "Id", | ||
"assetId": "string" | ||
}, | ||
"maxConcurrencyPerInstance": 1, | ||
"outputAction": "SummaryOnly", | ||
"outputFileName": "string", | ||
"resources": { | ||
"instanceCount": 1, | ||
"instanceType": "string", | ||
"properties": { | ||
"string": { | ||
"4939850d-8eae-4343-8566-0826259a2ad1": null | ||
} | ||
} | ||
}, | ||
"provisioningState": "Creating" | ||
}, | ||
"systemData": { | ||
"createdAt": "2020-01-01T12:34:56.999Z", | ||
"createdBy": "string", | ||
"createdByType": "User", | ||
"lastModifiedAt": "2020-01-01T12:34:56.999Z", | ||
"lastModifiedBy": "string", | ||
"lastModifiedByType": "User" | ||
}, | ||
"tags": {}, | ||
"location": "string", | ||
"kind": "string", | ||
"identity": { | ||
"type": "SystemAssigned", | ||
"principalId": "00000000-1111-2222-3333-444444444444", | ||
"tenantId": "00000000-1111-2222-3333-444444444444", | ||
"userAssignedIdentities": { | ||
"string": { | ||
"principalId": "00000000-1111-2222-3333-444444444444", | ||
"clientId": "00000000-1111-2222-3333-444444444444" | ||
} | ||
} | ||
}, | ||
"sku": { | ||
"name": "string", | ||
"tier": "Free", | ||
"size": "string", | ||
"family": "string", | ||
"capacity": 1 | ||
} | ||
} | ||
}, | ||
"201": { | ||
"headers": {}, | ||
"body": { | ||
"id": "string", | ||
"name": "string", | ||
"type": "string", | ||
"properties": { | ||
"description": "string", | ||
"properties": { | ||
"string": "string" | ||
}, | ||
"codeConfiguration": { | ||
"codeId": "string", | ||
"scoringScript": "string" | ||
}, | ||
"environmentId": "string", | ||
"environmentVariables": { | ||
"string": "string" | ||
}, | ||
"compute": "string", | ||
"errorThreshold": 1, | ||
"retrySettings": { | ||
"maxRetries": 1, | ||
"timeout": "PT5M" | ||
}, | ||
"miniBatchSize": 1, | ||
"loggingLevel": "Info", | ||
"model": { | ||
"referenceType": "Id", | ||
"assetId": "string" | ||
}, | ||
"maxConcurrencyPerInstance": 1, | ||
"outputAction": "SummaryOnly", | ||
"outputFileName": "string", | ||
"resources": { | ||
"instanceCount": 1, | ||
"instanceType": "string", | ||
"properties": { | ||
"string": { | ||
"b76755e4-16bf-45d4-b625-6634df7444cc": null | ||
} | ||
} | ||
}, | ||
"provisioningState": "Creating" | ||
}, | ||
"systemData": { | ||
"createdAt": "2020-01-01T12:34:56.999Z", | ||
"createdBy": "string", | ||
"createdByType": "User", | ||
"lastModifiedAt": "2020-01-01T12:34:56.999Z", | ||
"lastModifiedBy": "string", | ||
"lastModifiedByType": "User" | ||
}, | ||
"tags": {}, | ||
"location": "string", | ||
"kind": "string", | ||
"identity": { | ||
"type": "SystemAssigned", | ||
"principalId": "00000000-1111-2222-3333-444444444444", | ||
"tenantId": "00000000-1111-2222-3333-444444444444", | ||
"userAssignedIdentities": { | ||
"string": { | ||
"principalId": "00000000-1111-2222-3333-444444444444", | ||
"clientId": "00000000-1111-2222-3333-444444444444" | ||
} | ||
} | ||
}, | ||
"sku": { | ||
"name": "string", | ||
"tier": "Free", | ||
"size": "string", | ||
"family": "string", | ||
"capacity": 1 | ||
} | ||
} | ||
} | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
...t.MachineLearningServices/preview/2022-06-01-preview/examples/BatchDeployment/delete.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,15 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "test-rg", | ||
"workspaceName": "my-aml-workspace", | ||
"endpointName": "testEndpointName", | ||
"deploymentName": "testDeploymentName", | ||
"api-version": "2022-06-01-preview" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": {}, | ||
"204": {} | ||
} | ||
} |
88 changes: 88 additions & 0 deletions
88
...soft.MachineLearningServices/preview/2022-06-01-preview/examples/BatchDeployment/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,88 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "test-rg", | ||
"workspaceName": "my-aml-workspace", | ||
"endpointName": "testEndpointName", | ||
"deploymentName": "testDeploymentName", | ||
"api-version": "2022-06-01-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"id": "string", | ||
"name": "string", | ||
"type": "string", | ||
"properties": { | ||
"description": "string", | ||
"properties": { | ||
"string": "string" | ||
}, | ||
"codeConfiguration": { | ||
"codeId": "string", | ||
"scoringScript": "string" | ||
}, | ||
"environmentId": "string", | ||
"environmentVariables": { | ||
"string": "string" | ||
}, | ||
"compute": "string", | ||
"errorThreshold": 1, | ||
"retrySettings": { | ||
"maxRetries": 1, | ||
"timeout": "PT5M" | ||
}, | ||
"miniBatchSize": 1, | ||
"loggingLevel": "Info", | ||
"model": { | ||
"referenceType": "Id", | ||
"assetId": "string" | ||
}, | ||
"maxConcurrencyPerInstance": 1, | ||
"outputAction": "SummaryOnly", | ||
"outputFileName": "string", | ||
"resources": { | ||
"instanceCount": 1, | ||
"instanceType": "string", | ||
"properties": { | ||
"string": { | ||
"843c2bb4-e5f1-4267-98c8-ba22a99dbb00": null | ||
} | ||
} | ||
}, | ||
"provisioningState": "Creating" | ||
}, | ||
"systemData": { | ||
"createdAt": "2020-01-01T12:34:56.999Z", | ||
"createdBy": "string", | ||
"createdByType": "User", | ||
"lastModifiedAt": "2020-01-01T12:34:56.999Z", | ||
"lastModifiedBy": "string", | ||
"lastModifiedByType": "User" | ||
}, | ||
"tags": {}, | ||
"location": "string", | ||
"kind": "string", | ||
"identity": { | ||
"type": "SystemAssigned", | ||
"principalId": "00000000-1111-2222-3333-444444444444", | ||
"tenantId": "00000000-1111-2222-3333-444444444444", | ||
"userAssignedIdentities": { | ||
"string": { | ||
"principalId": "00000000-1111-2222-3333-444444444444", | ||
"clientId": "00000000-1111-2222-3333-444444444444" | ||
} | ||
} | ||
}, | ||
"sku": { | ||
"name": "string", | ||
"tier": "Free", | ||
"size": "string", | ||
"family": "string", | ||
"capacity": 1 | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.