{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-machinelearningservices-execution","description":"Execution Service API","version":"2019-09-30","base_url":"","endpoints":4,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Execution Service API\n@version 2019-09-30\n@auth OAuth2\n@endpoints 4\n@toc execution(4)\n\n@endpoint POST /execution/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}/startlocalrun\n@desc Start a run on a local machine.\n@required {subscriptionId: any # The Azure Subscription ID., resourceGroupName: any # The Name of the resource group in which the workspace is located., workspaceName: any # The name of the workspace., experimentName: any # The experiment name., definition: map # A JSON run definition structure.}\n@optional {runId: any # A run id. If not supplied a run id will be created automatically.}\n@returns(200) File Response\n\n@endpoint POST /execution/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}/startrun\n@desc Start a run on a remote compute target.\n@required {subscriptionId: any # The Azure Subscription ID., resourceGroupName: any # The Name of the resource group in which the workspace is located., workspaceName: any # The name of the workspace., experimentName: any # The experiment name., runDefinitionFile: any # The JSON file containing the RunDefinition, projectZipFile: any # The zip archive of the project folder containing the source code to use for the run.}\n@optional {runId: any # A run id. If not supplied a run id will be created automatically.}\n@returns(200) A run was successfully started.\n\n@endpoint POST /execution/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}/snapshotrun\n@desc Start a run from a snapshot on a remote compute target.\n@required {subscriptionId: any # The Azure Subscription ID., resourceGroupName: any # The Name of the resource group in which the workspace is located., workspaceName: any # The name of the workspace., experimentName: any # The experiment name., definition: map # A JSON run definition structure.}\n@optional {runId: any # A run id. If not supplied a run id will be created automatically.}\n@returns(200) A snapshot run was successfully started.\n\n@endpoint POST /execution/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}/runId/{runId}/cancel\n@desc Cancel a run.\n@required {subscriptionId: any # The Azure Subscription ID., resourceGroupName: any # The Name of the resource group in which the workspace is located., workspaceName: any # The name of the workspace., experimentName: any # The experiment name., runId: any # The id of the run to cancel.}\n@returns(200) The run was successfully cancelled.\n\n@end\n"}