{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Execution API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Execution", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Start A Run On A Local Machine", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/execution/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/experiments/:experimentName/startlocalrun", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure Subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The Name of the resource group in which the workspace is located." }, { "name": "workspaceName", "value": "", "type": "path", "description": "The name of the workspace." }, { "name": "experimentName", "value": "", "type": "path", "description": "The experiment name." }, { "name": "runId", "value": "", "type": "query", "description": "A run id. If not supplied a run id will be created automatically." } ] }, "docs": "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." }, { "info": { "name": "Microsoft Azure Start A Run On A Remote Compute Target", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/execution/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/experiments/:experimentName/startrun", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure Subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The Name of the resource group in which the workspace is located." }, { "name": "workspaceName", "value": "", "type": "path", "description": "The name of the workspace." }, { "name": "experimentName", "value": "", "type": "path", "description": "The experiment name." }, { "name": "runId", "value": "", "type": "query", "description": "A run id. If not supplied a run id will be created automatically." } ] }, "docs": "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." }, { "info": { "name": "Microsoft Azure Start A Run From A Snapshot On A Remote Compute Target", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/execution/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/experiments/:experimentName/snapshotrun", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure Subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The Name of the resource group in which the workspace is located." }, { "name": "workspaceName", "value": "", "type": "path", "description": "The name of the workspace." }, { "name": "experimentName", "value": "", "type": "path", "description": "The experiment name." }, { "name": "runId", "value": "", "type": "query", "description": "A run id. If not supplied a run id will be created automatically." } ] }, "docs": "Starts an experiment run on the remote compute target using the provided definition.json file to define the run.
The code for the run is retrieved using the snapshotId in definition.json." }, { "info": { "name": "Microsoft Azure Cancel A Run", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/execution/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/experiments/:experimentName/runId/:runId/cancel", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure Subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The Name of the resource group in which the workspace is located." }, { "name": "workspaceName", "value": "", "type": "path", "description": "The name of the workspace." }, { "name": "experimentName", "value": "", "type": "path", "description": "The experiment name." }, { "name": "runId", "value": "", "type": "path", "description": "The id of the run to cancel." } ] }, "docs": "Cancels a run within an experiment." } ] } ], "bundled": true }