{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector HyperDriveExperiment API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "HyperDriveExperiment", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Create An Experiment", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/hyperdrive/v1.0/:armScope/runs", "params": [ { "name": "armScope", "value": "", "type": "path", "description": "The ARM scope passed in through URL with format:\r\n subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}.\r\n" } ] }, "docs": "Create a HyperDrive Experiment." }, { "info": { "name": "Microsoft Azure Cancel An Experiment", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/hyperdrive/v1.0/:armScope/runs/:runId/cancel", "headers": [ { "name": "RunHistoryHost", "value": "" } ], "params": [ { "name": "armScope", "value": "", "type": "path", "description": "The ARM scope passed in through URL with format:\r\n subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}.\r\n" }, { "name": "runId", "value": "", "type": "path", "description": "Hyperdrive run id to cancel." } ] }, "docs": "Cancel a HyperDrive Experiment." } ] } ], "bundled": true }