{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Run API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Run", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Details Of All Child Runs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/history/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/experiments/:experimentName/runs/:runId/children", "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 identifier of the Run." }, { "name": "$filter", "value": "", "type": "query", "description": "Allows for filtering the collection of resources.\r\nThe expression specified is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response." }, { "name": "$continuationtoken", "value": "", "type": "query", "description": "The continuation token to use for getting the next set of resources." }, { "name": "$orderby", "value": "", "type": "query", "description": "The list of resource properties to use for sorting the requested resources." }, { "name": "$sortorder", "value": "", "type": "query", "description": "The sort order of the returned resources. Not used, specify asc or desc after each property name in the OrderBy parameter." }, { "name": "$top", "value": "", "type": "query", "description": "The maximum number of items in the resource collection to be included in the result.\r\nIf not specified, all items are returned." }, { "name": "$count", "value": "", "type": "query", "description": "Whether to include a count of the matching resources along with the resources returned in the response." } ] }, "docs": "Get details of all child runs for the specified Run Id with the specified filters." }, { "info": { "name": "Microsoft Azure Get Run Details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/history/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/experiments/:experimentName/runs/:runId/details", "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 identifier of the Run." } ] }, "docs": "Get Run Details for a specific Run Id." }, { "info": { "name": "Microsoft Azure Add Or Modify A Batch Of Runs", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/history/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/experiments/:experimentName/batch/runs", "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." } ] }, "docs": "Add or Modify a batch of Runs for a given experiment." }, { "info": { "name": "Microsoft Azure Get Run Details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/history/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/experiments/:experimentName/runs/:runId", "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 identifier of the Run." } ] }, "docs": "Get Run details of a specific Run Id." }, { "info": { "name": "Microsoft Azure Add Or Modify A Run", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/history/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/experiments/:experimentName/runs/:runId", "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 identifier of the Run." } ] }, "docs": "Add a new Run or Modify an existing Run." }, { "info": { "name": "Microsoft Azure Delete List Of Tags In A Run", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/history/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/experiments/:experimentName/runs/:runId/tags", "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 identifier of the Run." } ] }, "docs": "Delete list of Tags from a specific Run Id." }, { "info": { "name": "Microsoft Azure Get All Runs For A Specific Experiment", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/history/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/experiments/:experimentName/runs:query", "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." } ] }, "docs": "Get all Runs for a specific Experiment with the specified query filters." } ] } ], "bundled": true }