Skip to content

Commit

Permalink
MFE 2023-06-01-preview staging (#24051)
Browse files Browse the repository at this point in the history
* Updated mfe.json

* Added package example

* Updated custom-words.txt

* Updated package examples

* Added pattern retriction to resource name parameters

* Fixed cross-api breaking changes

* Fixed cross-api breaking changes

* Added descriptions

* Added description
  • Loading branch information
erjms authored May 25, 2023
1 parent 70d59b8 commit 39132a4
Show file tree
Hide file tree
Showing 4 changed files with 1,029 additions and 219 deletions.
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,7 @@ GRANTACE
granularities
graphrbac
Greenplum
Groundedness
groundstation
Groupby
groupedby
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"registryName": "my-aml-registry",
"modelName": "string",
"version": "string",
"api-version": "2023-06-01-preview",
"body": {
"baseEnvironmentSource": {
"baseEnvironmentSourceType": "EnvironmentAsset",
"resourceId": "string"
},
"inferencingServer": {
"serverType": "AzureMLBatch",
"codeConfiguration": {
"codeId": "string",
"scoringScript": "string"
}
},
"environmentVariables": {
"string": "string"
},
"modelConfiguration": {
"mode": "ReadOnlyMount",
"mountPath": "string"
},
"inputs": [
{
"inputType": "UriFile",
"mode": "Download",
"path": {
"inputPathType": "Url",
"url": "string"
},
"mountPath": "string"
}
],
"tags": {
"string": "string"
},
"targetEnvironmentId": "string"
}
},
"responses": {
"200": {
"headers": {},
"body": {
"baseEnvironmentSource": {
"baseEnvironmentSourceType": "EnvironmentAsset",
"resourceId": "string"
},
"inferencingServer": {
"serverType": "AzureMLBatch",
"codeConfiguration": {
"codeId": "string",
"scoringScript": "string"
}
},
"environmentVariables": {
"string": "string"
},
"modelConfiguration": {
"mode": "ReadOnlyMount",
"mountPath": "string"
},
"inputs": [
{
"inputType": "UriFile",
"mode": "Download",
"path": {
"inputPathType": "Url",
"url": "string"
},
"mountPath": "string"
}
],
"tags": {
"string": "string"
},
"targetEnvironmentId": "string",
"logUrl": "string",
"buildId": "string",
"buildState": "NotStarted"
}
},
"202": {
"headers": {
"Location": "example_location"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"version": "string",
"api-version": "2023-06-01-preview",
"body": {
"targetEnvironmentName": "string",
"targetEnvironmentVersion": "string",
"baseEnvironmentSource": {
"baseEnvironmentSourceType": "EnvironmentAsset",
"resourceId": "string"
Expand Down Expand Up @@ -40,15 +38,14 @@
],
"tags": {
"string": "string"
}
},
"targetEnvironmentId": "string"
}
},
"responses": {
"200": {
"headers": {},
"body": {
"targetEnvironmentName": "string",
"targetEnvironmentVersion": "string",
"baseEnvironmentSource": {
"baseEnvironmentSourceType": "EnvironmentAsset",
"resourceId": "string"
Expand Down
Loading

0 comments on commit 39132a4

Please sign in to comment.