Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inference Endpoint and Deployment resources #10193

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
cbd0767
added endpoint and deployment resources
msft-edguevar Jul 17, 2020
de25125
deleted kvTags in favor to use tags from Resource property, added wei…
msft-edguevar Jul 19, 2020
252483a
added vnet property to deployment, deleted endppoint and deployment R…
msft-edguevar Jul 22, 2020
27814c0
changed Error response to generic resource response, swagger fixes fo…
msft-edguevar Jul 22, 2020
ec5787f
deleted all comments, deleted InferenceDeploymentProvisioningState in…
msft-edguevar Jul 22, 2020
cfac126
changed deployment update property from capacity to sku
msft-edguevar Jul 22, 2020
981f590
sku changes
msft-edguevar Jul 22, 2020
7cd3d80
Update specification/machinelearningservices/resource-manager/Microso…
fullmetalcloud Jul 23, 2020
f4576e0
Update specification/machinelearningservices/resource-manager/Microso…
fullmetalcloud Jul 23, 2020
6399dec
Update specification/machinelearningservices/resource-manager/Microso…
fullmetalcloud Jul 23, 2020
9bba01e
Update specification/machinelearningservices/resource-manager/Microso…
fullmetalcloud Jul 23, 2020
f97449b
Update specification/machinelearningservices/resource-manager/Microso…
fullmetalcloud Jul 23, 2020
72bbb0f
Update specification/machinelearningservices/resource-manager/Microso…
fullmetalcloud Jul 23, 2020
8b6ede4
changes to Endpoints and Deployments, added InferenceResourceBase for…
msft-edguevar Jul 23, 2020
3659d5a
Merge branch 'inference-endpoint-specs' of https://github.com/fullmet…
msft-edguevar Jul 23, 2020
3a96ecf
added examples for all APIs, other small fixes
msft-edguevar Jul 23, 2020
6d2a92e
changed endpoint RP name to inferenceEndpoints
msft-edguevar Jul 24, 2020
c8f4a31
fixed examples with InferenceEndpoints, added tags for requests, limi…
msft-edguevar Jul 24, 2020
ff5d3ca
small fix
msft-edguevar Jul 24, 2020
0ae98a7
fix
msft-edguevar Jul 24, 2020
ee48248
fixing spacing in machineLearningServices.json
msft-edguevar Jul 24, 2020
af13c97
fixed deployment request naming similar to response/resource
msft-edguevar Jul 24, 2020
56adde5
PR changes, fixed example, changed MachineLearningInferencedeployment…
msft-edguevar Jul 24, 2020
8aa3c42
fixes to examples
msft-edguevar Jul 24, 2020
761767b
fixed sku schemas for more readability
msft-edguevar Jul 24, 2020
58a9b8c
added systemData, description corrections, rearranged objects
msft-edguevar Jul 28, 2020
6fd66da
changed modelId to single model id
msft-edguevar Jul 29, 2020
73b3228
deleted vnet out of deployment and fixed examples
msft-edguevar Aug 5, 2020
37d3c72
Merge branch 'master' of https://github.com/Azure/azure-rest-api-spec…
msft-edguevar Aug 5, 2020
3ddcf29
added input file to readme.md
msft-edguevar Aug 5, 2020
f47377b
fixes from validation tests in pipeline, examples added for checkName…
msft-edguevar Aug 5, 2020
3bfc3d8
more fixes from validation tests in pipeline
msft-edguevar Aug 5, 2020
8e22d38
more fixes from validation tests in pipeline
msft-edguevar Aug 5, 2020
bc770ad
another fix from validation tests in pipeline
msft-edguevar Aug 5, 2020
9f9d373
run prettier on all added files
msft-edguevar Aug 5, 2020
2f3671b
Lint Issue with Sku, conflict on description
msft-edguevar Aug 5, 2020
e746182
changed put response code to 202 to meet standard
msft-edguevar Aug 6, 2020
981bbee
moved to 2020-09-01-preview, added environmentOverrides and requestTi…
msft-edguevar Aug 10, 2020
ad60e1d
updated version
msft-edguevar Aug 10, 2020
144e051
prettier, correction to create example
msft-edguevar Aug 10, 2020
0a5ce2b
api version fixes
msft-edguevar Aug 11, 2020
3c299ad
more api version fixes
msft-edguevar Aug 11, 2020
1fb4fe9
more api version fixes
msft-edguevar Aug 11, 2020
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"parameters": {
"api-version": "2020-05-15-preview",
"subscriptionId": "{subscription-id}"
},
"responses": {
"200": {
"body": {
"value": [
{
"resourceType": "workspaces",
"name": "Basic",
"tier": "Basic",
"locations": [
"westus"
],
"locationInfo": [
{
"location": "westus",
"zones": [
"westus-AZ02",
"westus-AZ01"
]
}
],
"capabilities": [
{
"name": "automatedml_readhyperdrivesdk",
"value": "{\n \"id\": \"automatedml_ readhyperdrivesdk\",\n \"name\": \"Read hyperdrive SDK\",\n \"description\": \"Read only access to Hyperdrive in the SDK\"\n}"
},
{
"name": "workspace_upgradeworkspacesdk",
"value": "{\n \"id\": \"workspace_upgradeworkspacesdk\",\n \"name\": \"Upgrade workspace SDK\",\n \"description\": \"Upgrade workspace from Basic to enterprise from the SDK\"\n}"
}
],
"restrictions": []
},
{
"resourceType": "workspaces",
"name": "Enterprise",
"tier": "Enterprise",
"locations": [
"westus"
],
"locationInfo": [
{
"location": "westus",
"zones": [
"westus-AZ01"
],
"zoneDetails": [
{
"name": [
"westus-AZ01"
],
"capabilities": [
{
"name": "automatedml_createeditexperimentssdk",
"value": "{\n \"id\": \"automatedml_createeditexperimentssdk\",\n \"name\": \"Create edit experiments SDK\",\n \"description\": \"Create, edit or delete AutoML experiments in the SDK\"\n}"
}
]
}
]
}
],
"capabilities": [
{
"name": "automatedml_createeditexperimentssdk",
"value": "{\n \"id\": \"automatedml_createeditexperimentssdk\",\n \"name\": \"Create edit experiments SDK\",\n \"description\": \"Create, edit or delete AutoML experiments in the SDK\"\n}"
}
],
"restrictions": []
}
],
"nextLink": null
}
}
}
}
Loading