Skip to content

Commit a436e2d

Browse files
author
Kayla Ames
committed
update preview examples
1 parent 855fdc2 commit a436e2d

File tree

5 files changed

+292
-0
lines changed

5 files changed

+292
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,164 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "00000000-1111-2222-3333-444444444444",
4+
"resourceGroupName": "test-rg",
5+
"workspaceName": "my-aml-workspace",
6+
"id": "string",
7+
"api-version": "2023-04-01-preview",
8+
"body": {
9+
"properties": {
10+
"partialNotificationSetting": {
11+
"webhooks": {
12+
"string": {
13+
"eventType": "string",
14+
"webhookType": "AzureDevOps",
15+
"planUri": "string",
16+
"projectId": "string",
17+
"hubName": "string",
18+
"planId": "string",
19+
"authToken": "string",
20+
"jobId": "string",
21+
"timelineId": "string",
22+
"taskInstanceId": "string"
23+
}
24+
}
25+
}
26+
}
27+
}
28+
},
29+
"responses": {
30+
"200": {
31+
"headers": {},
32+
"body": {
33+
"id": "string",
34+
"name": "string",
35+
"type": "string",
36+
"properties": {
37+
"description": "string",
38+
"tags": {
39+
"string": "string"
40+
},
41+
"properties": {
42+
"string": "string"
43+
},
44+
"displayName": "string",
45+
"status": "Starting",
46+
"experimentName": "string",
47+
"services": {
48+
"string": {
49+
"jobServiceType": "string",
50+
"port": 1,
51+
"endpoint": "string",
52+
"status": "string",
53+
"errorMessage": "string",
54+
"properties": {
55+
"string": "string"
56+
},
57+
"nodes": {
58+
"nodesValueType": "All"
59+
}
60+
}
61+
},
62+
"computeId": "string",
63+
"isArchived": false,
64+
"identity": {
65+
"identityType": "AMLToken"
66+
},
67+
"componentId": "string",
68+
"notificationSetting": {
69+
"emails": [
70+
"string"
71+
],
72+
"emailOn": [
73+
"JobFailed"
74+
],
75+
"webhooks": {
76+
"string": {
77+
"eventType": "string",
78+
"webhookType": "AzureDevOps",
79+
"planUri": "string",
80+
"projectId": "string",
81+
"hubName": "string",
82+
"planId": "string",
83+
"authToken": "string",
84+
"jobId": "string",
85+
"timelineId": "string",
86+
"taskInstanceId": "string"
87+
}
88+
}
89+
},
90+
"jobType": "Command",
91+
"resources": {
92+
"instanceCount": 1,
93+
"maxInstanceCount": 1,
94+
"instanceType": "string",
95+
"locations": [
96+
"string"
97+
],
98+
"properties": {
99+
"string": {
100+
"6fcd731e-223c-41af-8baa-aff9bfde38e4": null
101+
}
102+
},
103+
"shmSize": "string",
104+
"dockerArgs": "string"
105+
},
106+
"codeId": "string",
107+
"command": "string",
108+
"environmentId": "string",
109+
"inputs": {
110+
"string": {
111+
"description": "string",
112+
"jobInputType": "literal",
113+
"value": "string"
114+
}
115+
},
116+
"outputs": {
117+
"string": {
118+
"description": "string",
119+
"uri": "string",
120+
"assetName": "string",
121+
"assetVersion": "string",
122+
"mode": "Direct",
123+
"autoDeleteSetting": {
124+
"condition": "LastAccessedGreaterThan",
125+
"value": "string"
126+
},
127+
"jobOutputType": "uri_file"
128+
}
129+
},
130+
"distribution": {
131+
"distributionType": "TensorFlow",
132+
"workerCount": 1,
133+
"parameterServerCount": 1
134+
},
135+
"autologgerSettings": {
136+
"mlflowAutologger": "Enabled"
137+
},
138+
"limits": {
139+
"timeout": "PT5M",
140+
"jobLimitsType": "Command"
141+
},
142+
"environmentVariables": {
143+
"string": "string"
144+
},
145+
"parameters": {
146+
"decea586-0f51-4237-a7e1-84a0f9b73fc9": null
147+
},
148+
"queueSettings": {
149+
"jobTier": "Premium",
150+
"priority": 1
151+
}
152+
},
153+
"systemData": {
154+
"createdAt": "2020-01-01T12:34:56.999+00:41",
155+
"createdBy": "string",
156+
"createdByType": "Application",
157+
"lastModifiedAt": "2020-01-01T12:34:56.999+00:41",
158+
"lastModifiedBy": "string",
159+
"lastModifiedByType": "Application"
160+
}
161+
}
162+
}
163+
}
164+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "00000000-1111-2222-3333-444444444444",
4+
"resourceGroupName": "test-rg",
5+
"registryName": "registryName",
6+
"codeName": "string",
7+
"version": "string",
8+
"api-version": "2023-04-01",
9+
"body": {
10+
"pendingUploadId": "string",
11+
"pendingUploadType": "TemporaryBlobReference"
12+
}
13+
},
14+
"responses": {
15+
"200": {
16+
"headers": {},
17+
"body": {
18+
"blobReferenceForConsumption": {
19+
"blobUri": "https://www.contoso.com/example",
20+
"storageAccountArmId": "string",
21+
"credential": {
22+
"credentialType": "SAS",
23+
"sasUri": "https://www.contoso.com/example",
24+
"wasbsUri": "https://www.contoso.com/example"
25+
}
26+
},
27+
"pendingUploadId": "string",
28+
"pendingUploadType": "TemporaryBlobReference"
29+
}
30+
}
31+
}
32+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "00000000-1111-2222-3333-444444444444",
4+
"resourceGroupName": "test-rg",
5+
"registryName": "registryName",
6+
"name": "string",
7+
"version": "string",
8+
"api-version": "2023-04-01-preview",
9+
"body": {
10+
"pendingUploadId": "string",
11+
"pendingUploadType": "None"
12+
}
13+
},
14+
"responses": {
15+
"200": {
16+
"headers": {},
17+
"body": {
18+
"blobReferenceForConsumption": {
19+
"blobUri": "https://www.contoso.com/example",
20+
"storageAccountArmId": "string",
21+
"credential": {
22+
"credentialType": "SAS",
23+
"sasUri": "https://www.contoso.com/example",
24+
"wasbsUri": "https://www.contoso.com/example"
25+
}
26+
},
27+
"pendingUploadId": "string",
28+
"pendingUploadType": "TemporaryBlobReference"
29+
}
30+
}
31+
}
32+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "00000000-1111-2222-3333-444444444444",
4+
"resourceGroupName": "test-rg",
5+
"registryName": "registryName",
6+
"modelName": "string",
7+
"version": "string",
8+
"api-version": "2023-04-01",
9+
"body": {
10+
"pendingUploadId": "string",
11+
"pendingUploadType": "None"
12+
}
13+
},
14+
"responses": {
15+
"200": {
16+
"headers": {},
17+
"body": {
18+
"blobReferenceForConsumption": {
19+
"blobUri": "https://www.contoso.com/example",
20+
"storageAccountArmId": "string",
21+
"credential": {
22+
"credentialType": "SAS",
23+
"sasUri": "https://www.contoso.com/example",
24+
"wasbsUri": "https://www.contoso.com/example"
25+
}
26+
},
27+
"pendingUploadId": "string",
28+
"pendingUploadType": "TemporaryBlobReference"
29+
}
30+
}
31+
}
32+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "00000000-1111-2222-3333-444444444444",
4+
"resourceGroupName": "test-rg",
5+
"registryName": "registryName",
6+
"modelName": "string",
7+
"version": "string",
8+
"api-version": "2023-04-01",
9+
"body": {
10+
"pendingUploadId": "string",
11+
"pendingUploadType": "None"
12+
}
13+
},
14+
"responses": {
15+
"200": {
16+
"headers": {},
17+
"body": {
18+
"blobReferenceForConsumption": {
19+
"blobUri": "https://www.contoso.com/example",
20+
"storageAccountArmId": "string",
21+
"credential": {
22+
"credentialType": "SAS",
23+
"sasUri": "https://www.contoso.com/example",
24+
"wasbsUri": "https://www.contoso.com/example"
25+
}
26+
},
27+
"pendingUploadId": "string",
28+
"pendingUploadType": "TemporaryBlobReference"
29+
}
30+
}
31+
}
32+
}

0 commit comments

Comments
 (0)