v2

latestSwagger 2.0raw.githubusercontent.com2019-10-0841927.1 KB
Execution

Start a run on a remote compute target.

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}/startrun

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.

Response

A run was successfully started.

runIdstring required

The identifier for a run.

Example response

{
  "runId": "myexperiment_155000000001_0"
}