Created
April 13, 2016 14:15
-
-
Save kerslake/aa0f062816091e334aa0cccc7f8e7cf6 to your computer and use it in GitHub Desktop.
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
{ | |
"id": "4d00bb5c-f606-8571-0c4c-9d1d2a405212", | |
"name": "AzureMLDev", | |
"values": [ | |
{ | |
"key": "workspace", | |
"value": "[YOUR VALUE HERE e.g. GUID]", | |
"type": "text", | |
"enabled": true | |
}, | |
{ | |
"key": "webservice", | |
"value": "[YOUR VALUE HERE e.g. GUID]", | |
"type": "text", | |
"enabled": true | |
}, | |
{ | |
"key": "job", | |
"value": "[YOUR VALUE HERE e.g. job ID]", | |
"type": "text", | |
"enabled": true | |
}, | |
{ | |
"key": "apikey", | |
"value": "[YOUR VALUE HERE]", | |
"type": "text", | |
"enabled": true | |
}, | |
{ | |
"key": "outputstoragename", | |
"value": "[YOUR VALUE HERE]", | |
"type": "text", | |
"enabled": true | |
}, | |
{ | |
"key": "outputstoragekey", | |
"value": "[YOUR VALUE HERE]", | |
"type": "text", | |
"enabled": true | |
}, | |
{ | |
"key": "outputlocation", | |
"value": "[YOUR VALUE HERE e.g. container/filename.csv]", | |
"type": "text", | |
"enabled": true | |
}, | |
{ | |
"key": "azuremlregion", | |
"value": "[YOUR VALUE HERE e.g. europewest]", | |
"type": "text", | |
"enabled": true | |
} | |
], | |
"timestamp": 1460475975964, | |
"synced": false, | |
"syncedFilename": "", | |
"team": null, | |
"isDeleted": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment