-
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.
Adding machinelearningservices workspace publish and registry
datareference API
- Loading branch information
1 parent
7af038c
commit 9601cd6
Showing
10 changed files
with
1,867 additions
and
815 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 |
---|---|---|
|
@@ -633,6 +633,7 @@ datapath | |
dataplane | ||
datapoint | ||
datapoints | ||
datareferences | ||
datas | ||
dataschema | ||
dataset | ||
|
28 changes: 28 additions & 0 deletions
28
...MachineLearningServices/stable/2023-10-01/examples/DataReference/getBlobReferenceSAS.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,28 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "test-rg", | ||
"registryName": "registryName", | ||
"name": "string", | ||
"version": "string", | ||
"api-version": "2023-10-01", | ||
"body": { | ||
"assetId": "string", | ||
"blobUri": "https://www.contoso.com/example" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"blobReferenceForConsumption": { | ||
"blobUri": "https://www.contoso.com/example", | ||
"storageAccountArmId": "string", | ||
"credential": { | ||
"credentialType": "NoCredentials" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
...MachineLearningServices/stable/2023-10-01/examples/Workspace/BatchDeployment/publish.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,23 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "test-rg", | ||
"workspaceName": "my-aml-workspace", | ||
"endpointName": "testEndpointName", | ||
"deploymentName": "testDeploymentName", | ||
"api-version": "2023-10-01", | ||
"body": { | ||
"registryName": "string", | ||
"destinationName": "string", | ||
"destinationVersion": "string" | ||
} | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": { | ||
"headers": { | ||
"Location": "example_location" | ||
} | ||
} | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
...oft.MachineLearningServices/stable/2023-10-01/examples/Workspace/CodeVersion/publish.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,23 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "test-rg", | ||
"workspaceName": "my-aml-workspace", | ||
"name": "string", | ||
"version": "string", | ||
"api-version": "2023-10-01", | ||
"body": { | ||
"registryName": "string", | ||
"destinationName": "string", | ||
"destinationVersion": "string" | ||
} | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": { | ||
"headers": { | ||
"Location": "example_location" | ||
} | ||
} | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
...achineLearningServices/stable/2023-10-01/examples/Workspace/ComponentVersion/publish.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,23 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "test-rg", | ||
"workspaceName": "my-aml-workspace", | ||
"name": "string", | ||
"version": "string", | ||
"api-version": "2023-10-01", | ||
"body": { | ||
"registryName": "string", | ||
"destinationName": "string", | ||
"destinationVersion": "string" | ||
} | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": { | ||
"headers": { | ||
"Location": "example_location" | ||
} | ||
} | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
...MachineLearningServices/stable/2023-10-01/examples/Workspace/DataVersionBase/publish.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,23 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "test-rg", | ||
"workspaceName": "my-aml-workspace", | ||
"name": "string", | ||
"version": "string", | ||
"api-version": "2023-10-01", | ||
"body": { | ||
"registryName": "string", | ||
"destinationName": "string", | ||
"destinationVersion": "string" | ||
} | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": { | ||
"headers": { | ||
"Location": "example_location" | ||
} | ||
} | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
...hineLearningServices/stable/2023-10-01/examples/Workspace/EnvironmentVersion/publish.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,23 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "test-rg", | ||
"workspaceName": "my-aml-workspace", | ||
"name": "string", | ||
"version": "string", | ||
"api-version": "2023-10-01", | ||
"body": { | ||
"registryName": "string", | ||
"destinationName": "string", | ||
"destinationVersion": "string" | ||
} | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": { | ||
"headers": { | ||
"Location": "example_location" | ||
} | ||
} | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
...ft.MachineLearningServices/stable/2023-10-01/examples/Workspace/ModelVersion/publish.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,23 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "test-rg", | ||
"workspaceName": "my-aml-workspace", | ||
"name": "string", | ||
"version": "string", | ||
"api-version": "2023-10-01", | ||
"body": { | ||
"registryName": "string", | ||
"destinationName": "string", | ||
"destinationVersion": "string" | ||
} | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": { | ||
"headers": { | ||
"Location": "example_location" | ||
} | ||
} | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
...achineLearningServices/stable/2023-10-01/examples/Workspace/OnlineDeployment/publish.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,23 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "test-rg", | ||
"workspaceName": "my-aml-workspace", | ||
"endpointName": "testEndpointName", | ||
"deploymentName": "testDeploymentName", | ||
"api-version": "2023-10-01", | ||
"body": { | ||
"registryName": "string", | ||
"destinationName": "string", | ||
"destinationVersion": "string" | ||
} | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": { | ||
"headers": { | ||
"Location": "example_location" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.