-
Notifications
You must be signed in to change notification settings - Fork 5.2k
/
Copy pathget.json
125 lines (125 loc) · 3.32 KB
/
get.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"workspaceName": "my-aml-workspace",
"id": "string",
"api-version": "2023-02-01-preview"
},
"responses": {
"200": {
"headers": {},
"body": {
"id": "string",
"name": "string",
"type": "string",
"properties": {
"description": "string",
"tags": {
"string": "string"
},
"properties": {
"string": "string"
},
"displayName": "string",
"status": "Preparing",
"experimentName": "string",
"services": {
"string": {
"jobServiceType": "string",
"port": 1,
"endpoint": "string",
"status": "string",
"errorMessage": "string",
"properties": {
"string": "string"
},
"nodes": {
"nodesValueType": "All"
}
}
},
"computeId": "string",
"isArchived": false,
"identity": {
"identityType": "AMLToken"
},
"componentId": "string",
"notificationSetting": {
"emails": [
"string"
],
"emailOn": [
"JobCancelled"
]
},
"jobType": "Command",
"resources": {
"instanceCount": 1,
"instanceType": "string",
"locations": [
"string"
],
"properties": {
"string": {
"81750226-212a-41d5-b3c3-d6ba8a48ed6e": null
}
},
"shmSize": "string",
"dockerArgs": "string"
},
"codeId": "string",
"command": "string",
"environmentId": "string",
"inputs": {
"string": {
"description": "string",
"jobInputType": "literal",
"value": "string"
}
},
"outputs": {
"string": {
"description": "string",
"uri": "string",
"assetName": "string",
"assetVersion": "string",
"mode": "Direct",
"jobOutputType": "uri_file"
}
},
"distribution": {
"distributionType": "TensorFlow",
"workerCount": 1,
"parameterServerCount": 1
},
"autologgerSettings": {
"mlflowAutologger": "Disabled"
},
"limits": {
"timeout": "PT5M",
"jobLimitsType": "Command"
},
"environmentVariables": {
"string": "string"
},
"parameters": {
"92ae6a47-dc8b-407a-88d1-2e8a1932e15a": null
},
"queueSettings": {
"jobTier": "Premium",
"priority": 1
}
},
"systemData": {
"createdAt": "2020-01-01T12:34:56.999+00:24",
"createdBy": "string",
"createdByType": "ManagedIdentity",
"lastModifiedAt": "2020-01-01T12:34:56.999+00:24",
"lastModifiedBy": "string",
"lastModifiedByType": "Key"
}
}
}
}
}