Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kerslake/0ab2bfefa082afe345db5833d5d4dd80 to your computer and use it in GitHub Desktop.
Save kerslake/0ab2bfefa082afe345db5833d5d4dd80 to your computer and use it in GitHub Desktop.
{
"id": "b2f6ffd1-e29f-6236-4182-1d5a4cffa9dc",
"name": "AzureMLDev for Runner",
"description": "",
"order": [
"4fdb61b3-c4ad-7cd6-9821-f3370bf84a16",
"63e9c211-961f-a8c5-88a7-7391b0ed9fd3"
],
"folders": [],
"timestamp": 1460473869463,
"owner": 0,
"remoteLink": "",
"public": false,
"requests": [
{
"id": "4fdb61b3-c4ad-7cd6-9821-f3370bf84a16",
"headers": "Authorization: Bearer {{apikey}}\nContent-Type: application/json\n",
"url": "https://{{azuremlregion}}.services.azureml.net/workspaces/{{workspace}}/services/{{webservice}}/jobs?api-version=2.0",
"preRequestScript": null,
"pathVariables": {},
"method": "POST",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": "var data = JSON.parse(responseBody);\r\npostman.setEnvironmentVariable(\"job\", data);",
"currentHelper": "normal",
"helperAttributes": {},
"time": 1460475587154,
"name": "Submit job",
"description": "",
"collectionId": "b2f6ffd1-e29f-6236-4182-1d5a4cffa9dc",
"responses": [],
"rawModeData": "{ \"GlobalParameters\": {}, \"Outputs\": { \"output1\": { \"ConnectionString\": \"DefaultEndpointsProtocol=https;AccountName={{outputstoragename}};AccountKey={{outputstoragekey}}\", \"RelativeLocation\": \"{{outputlocation}}\" } } }"
},
{
"id": "63e9c211-961f-a8c5-88a7-7391b0ed9fd3",
"headers": "Authorization: Bearer {{apikey}}\n",
"url": "https://{{azuremlregion}}.services.azureml.net/workspaces/{{workspace}}/services/{{webservice}}/jobs/{{job}}/start?api-version=2.0",
"preRequestScript": null,
"pathVariables": {},
"method": "POST",
"data": null,
"dataMode": "params",
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"time": 1460475595239,
"name": "Start job",
"description": "",
"collectionId": "b2f6ffd1-e29f-6236-4182-1d5a4cffa9dc",
"responses": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment