{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-machinelearningservices-hyperdrive","description":"HyperDrive","version":"2019-09-30","base_url":"","endpoints":2,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api HyperDrive\n@version 2019-09-30\n@auth OAuth2\n@endpoints 2\n@toc hyperdrive(2)\n\n@endpoint POST /hyperdrive/v1.0/{armScope}/runs\n@desc Create an Experiment.\n@required {armScope: any # The ARM scope passed in through URL with format:\r             subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}., config: any # The configuration file with experiment JSON content. A text file that is a JSON-serialized '#/definitions/HyperDriveCreateExperiment' object.}\n@returns(201) OK\n\n@endpoint POST /hyperdrive/v1.0/{armScope}/runs/{runId}/cancel\n@desc Cancel an Experiment.\n@required {armScope: any # The ARM scope passed in through URL with format:\r             subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}., runId: any # Hyperdrive run id to cancel.}\n@optional {RunHistoryHost: any # The host for run location.}\n@returns(200) OK\n\n@end\n"}