{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector RunMetrics API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "RunMetrics", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Post Metric To A Run", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/history/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/experiments/:experimentName/runs/:runId/metrics", "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 for a run." } ] }, "docs": "Post a Metric to a specific Run Id." }, { "info": { "name": "Microsoft Azure Post Metrics To A Run", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/history/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/experiments/:experimentName/runs/:runId/batch/metrics", "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 for a run." } ] }, "docs": "Post Metrics to a specific Run Id." }, { "info": { "name": "Microsoft Azure Get Metric Details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/history/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/experiments/:experimentName/metrics/:metricId", "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": "metricId", "value": "", "type": "path", "description": "The identifier for a Metric." } ] }, "docs": "Get Metric details for a specific Metric Id." }, { "info": { "name": "Microsoft Azure Get All Run Metrics For The Specific Experiment", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/history/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearningServices/workspaces/:workspaceName/experiments/:experimentName/metrics: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." }, { "name": "MergeStrategyType", "value": "", "type": "query", "description": "The type of merge strategy. Currently supported strategies are:\r\nNone - all logged values are returned as individual metrics.\r\nMergeToVector - merges multiple values into a vector of values.\r\nDefault - the system determines the behavior." }, { "name": "MergeStrategyOptions", "value": "", "type": "query", "description": "Controls behavior of the merge strategy in certain cases; e.g. when a metric is not merged." }, { "name": "MergeStrategySettings.Version", "value": "", "type": "query", "description": "The strategy settings version." }, { "name": "MergeStrategySettings.SelectMetrics", "value": "", "type": "query", "description": "Defines how to select metrics when merging them together." } ] }, "docs": "Get all Run Metrics for the specific Experiment with the specified query filters." } ] } ], "bundled": true }