Execution
Start a run on a local machine.
Starts an experiment run using the provided definition.json file to define the run. The source code and configuration is defined in a zip archive in project.zip.
post/execution/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}/startlocalrun
Path parameters
subscriptionIdstring uuid required
The Azure Subscription ID.
resourceGroupNamestring required
The Name of the resource group in which the workspace is located.
workspaceNamestring required
The name of the workspace.
experimentNamestring required
The experiment name.
Query parameters
runIdstring
A run id. If not supplied a run id will be created automatically.
Request body
Example request
{
"configuration": {
"script": "findsquare.py",
"framework": "Python",
"communicator": "None",
"target": "amlcompute",
"jobName": "FindSquaresJob",
"environment": {
"name": "mydevenvironment",
"version": "1",
"docker": {
"baseImage": "ubuntu:latest",
"baseDockerfile": "FROM ubuntu:latest\r\nRUN echo \"Hello world!\""
},
"inferencingStackVersion": "latest"
}
},
"parentRunId": "myexperiment_155000000001_0",
"runType": "experiment"
}Response
File Response
string binary required