|
| 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": "2022-10-01-preview", |
| 8 | + "body": { |
| 9 | + "properties": { |
| 10 | + "description": "string", |
| 11 | + "tags": { |
| 12 | + "string": "string" |
| 13 | + }, |
| 14 | + "properties": { |
| 15 | + "string": "string" |
| 16 | + }, |
| 17 | + "displayName": "string", |
| 18 | + "experimentName": "string", |
| 19 | + "services": { |
| 20 | + "string": { |
| 21 | + "jobServiceType": "string", |
| 22 | + "port": 1, |
| 23 | + "endpoint": "string", |
| 24 | + "properties": { |
| 25 | + "string": "string" |
| 26 | + } |
| 27 | + } |
| 28 | + }, |
| 29 | + "computeId": "string", |
| 30 | + "isArchived": false, |
| 31 | + "identity": { |
| 32 | + "identityType": "AMLToken" |
| 33 | + }, |
| 34 | + "jobType": "AutoML", |
| 35 | + "resources": { |
| 36 | + "instanceCount": 1, |
| 37 | + "instanceType": "string", |
| 38 | + "properties": { |
| 39 | + "string": { |
| 40 | + "9bec0ab0-c62f-4fa9-a97c-7b24bbcc90ad": null |
| 41 | + } |
| 42 | + } |
| 43 | + }, |
| 44 | + "environmentId": "string", |
| 45 | + "environmentVariables": { |
| 46 | + "string": "string" |
| 47 | + }, |
| 48 | + "taskDetails": { |
| 49 | + "taskType": "ImageClassification", |
| 50 | + "limitSettings": { |
| 51 | + "maxTrials": 2 |
| 52 | + }, |
| 53 | + "targetColumnName": "string", |
| 54 | + "trainingData": { |
| 55 | + "jobInputType": "mltable", |
| 56 | + "uri": "string" |
| 57 | + }, |
| 58 | + "modelSettings": { |
| 59 | + "validationCropSize": 2 |
| 60 | + }, |
| 61 | + "searchSpace": [ |
| 62 | + { |
| 63 | + "validationCropSize": "choice(2, 360)" |
| 64 | + } |
| 65 | + ] |
| 66 | + }, |
| 67 | + "outputs": { |
| 68 | + "string": { |
| 69 | + "description": "string", |
| 70 | + "uri": "string", |
| 71 | + "mode": "ReadWriteMount", |
| 72 | + "jobOutputType": "uri_file" |
| 73 | + } |
| 74 | + } |
| 75 | + } |
| 76 | + } |
| 77 | + }, |
| 78 | + "responses": { |
| 79 | + "200": { |
| 80 | + "headers": {}, |
| 81 | + "body": { |
| 82 | + "id": "string", |
| 83 | + "name": "string", |
| 84 | + "type": "string", |
| 85 | + "properties": { |
| 86 | + "description": "string", |
| 87 | + "tags": { |
| 88 | + "string": "string" |
| 89 | + }, |
| 90 | + "properties": { |
| 91 | + "string": "string" |
| 92 | + }, |
| 93 | + "displayName": "string", |
| 94 | + "status": "Scheduled", |
| 95 | + "experimentName": "string", |
| 96 | + "services": { |
| 97 | + "string": { |
| 98 | + "jobServiceType": "string", |
| 99 | + "port": 1, |
| 100 | + "endpoint": "string", |
| 101 | + "status": "string", |
| 102 | + "errorMessage": "string", |
| 103 | + "properties": { |
| 104 | + "string": "string" |
| 105 | + } |
| 106 | + } |
| 107 | + }, |
| 108 | + "computeId": "string", |
| 109 | + "isArchived": false, |
| 110 | + "identity": { |
| 111 | + "identityType": "AMLToken" |
| 112 | + }, |
| 113 | + "jobType": "AutoML", |
| 114 | + "resources": { |
| 115 | + "instanceCount": 1, |
| 116 | + "instanceType": "string", |
| 117 | + "properties": { |
| 118 | + "string": { |
| 119 | + "9bec0ab0-c62f-4fa9-a97c-7b24bbcc90ad": null |
| 120 | + } |
| 121 | + } |
| 122 | + }, |
| 123 | + "environmentId": "string", |
| 124 | + "environmentVariables": { |
| 125 | + "string": "string" |
| 126 | + }, |
| 127 | + "taskDetails": { |
| 128 | + "taskType": "ImageClassification", |
| 129 | + "limitSettings": { |
| 130 | + "maxTrials": 2 |
| 131 | + }, |
| 132 | + "targetColumnName": "string", |
| 133 | + "trainingData": { |
| 134 | + "jobInputType": "mltable", |
| 135 | + "uri": "string" |
| 136 | + }, |
| 137 | + "modelSettings": { |
| 138 | + "validationCropSize": 2 |
| 139 | + }, |
| 140 | + "searchSpace": [ |
| 141 | + { |
| 142 | + "validationCropSize": "choice(2, 360)" |
| 143 | + } |
| 144 | + ] |
| 145 | + }, |
| 146 | + "outputs": { |
| 147 | + "string": { |
| 148 | + "description": "string", |
| 149 | + "uri": "string", |
| 150 | + "mode": "ReadWriteMount", |
| 151 | + "jobOutputType": "uri_file" |
| 152 | + } |
| 153 | + } |
| 154 | + }, |
| 155 | + "systemData": { |
| 156 | + "createdAt": "2020-01-01T12:34:56.999Z", |
| 157 | + "createdBy": "string", |
| 158 | + "createdByType": "User", |
| 159 | + "lastModifiedAt": "2020-01-01T12:34:56.999Z", |
| 160 | + "lastModifiedBy": "string", |
| 161 | + "lastModifiedByType": "ManagedIdentity" |
| 162 | + } |
| 163 | + } |
| 164 | + }, |
| 165 | + "201": { |
| 166 | + "headers": {}, |
| 167 | + "body": { |
| 168 | + "id": "string", |
| 169 | + "name": "string", |
| 170 | + "type": "string", |
| 171 | + "properties": { |
| 172 | + "description": "string", |
| 173 | + "tags": { |
| 174 | + "string": "string" |
| 175 | + }, |
| 176 | + "properties": { |
| 177 | + "string": "string" |
| 178 | + }, |
| 179 | + "displayName": "string", |
| 180 | + "status": "Scheduled", |
| 181 | + "experimentName": "string", |
| 182 | + "services": { |
| 183 | + "string": { |
| 184 | + "jobServiceType": "string", |
| 185 | + "port": 1, |
| 186 | + "endpoint": "string", |
| 187 | + "status": "string", |
| 188 | + "errorMessage": "string", |
| 189 | + "properties": { |
| 190 | + "string": "string" |
| 191 | + } |
| 192 | + } |
| 193 | + }, |
| 194 | + "computeId": "string", |
| 195 | + "isArchived": false, |
| 196 | + "identity": { |
| 197 | + "identityType": "AMLToken" |
| 198 | + }, |
| 199 | + "jobType": "AutoML", |
| 200 | + "resources": { |
| 201 | + "instanceCount": 1, |
| 202 | + "instanceType": "string", |
| 203 | + "properties": { |
| 204 | + "string": { |
| 205 | + "9bec0ab0-c62f-4fa9-a97c-7b24bbcc90ad": null |
| 206 | + } |
| 207 | + } |
| 208 | + }, |
| 209 | + "environmentId": "string", |
| 210 | + "environmentVariables": { |
| 211 | + "string": "string" |
| 212 | + }, |
| 213 | + "taskDetails": { |
| 214 | + "taskType": "ImageClassification", |
| 215 | + "limitSettings": { |
| 216 | + "maxTrials": 2 |
| 217 | + }, |
| 218 | + "targetColumnName": "string", |
| 219 | + "trainingData": { |
| 220 | + "jobInputType": "mltable", |
| 221 | + "uri": "string" |
| 222 | + }, |
| 223 | + "modelSettings": { |
| 224 | + "validationCropSize": 2 |
| 225 | + }, |
| 226 | + "searchSpace": [ |
| 227 | + { |
| 228 | + "validationCropSize": "choice(2, 360)" |
| 229 | + } |
| 230 | + ] |
| 231 | + }, |
| 232 | + "outputs": { |
| 233 | + "string": { |
| 234 | + "description": "string", |
| 235 | + "uri": "string", |
| 236 | + "mode": "ReadWriteMount", |
| 237 | + "jobOutputType": "uri_file" |
| 238 | + } |
| 239 | + } |
| 240 | + }, |
| 241 | + "systemData": { |
| 242 | + "createdAt": "2020-01-01T12:34:56.999Z", |
| 243 | + "createdBy": "string", |
| 244 | + "createdByType": "User", |
| 245 | + "lastModifiedAt": "2020-01-01T12:34:56.999Z", |
| 246 | + "lastModifiedBy": "string", |
| 247 | + "lastModifiedByType": "ManagedIdentity" |
| 248 | + } |
| 249 | + } |
| 250 | + } |
| 251 | + } |
| 252 | +} |
0 commit comments