RunMetrics
Get all Run Metrics for the specific Experiment.
Get all Run Metrics for the specific Experiment with the specified query filters.
post/history/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}/metrics:query
Path parameters
subscriptionIdstring uuid required
The Azure Subscription ID.
resourceGroupNamestring required
The Name of the resource group in which the workspace is located.
workspaceNamestring required
The name of the workspace.
experimentNamestring required
The experiment name.
Query parameters
MergeStrategyType'Default' | 'None' | 'MergeToVector'
The type of merge strategy. Currently supported strategies are: None - all logged values are returned as individual metrics. MergeToVector - merges multiple values into a vector of values. Default - the system determines the behavior.
MergeStrategyOptions'None' | 'ReportUnmergedMetricsValues'
Controls behavior of the merge strategy in certain cases; e.g. when a metric is not merged.
MergeStrategySettings.Versionstring
The strategy settings version.
MergeStrategySettings.SelectMetrics'SelectAll' | 'SelectByFirstValueSchema' | 'SelectByFirstValueSchemaMergeNumericValues'
Defines how to select metrics when merging them together.
Request body
Example request
{
"orderBy": "Color, Size desc"
}Response
The Run Metrics are returned successfully.