v2

latestSwagger 2.0raw.githubusercontent.com2019-10-08263978.4 KB
Run

Get details of all child runs.

Get details of all child runs for the specified Run Id with the specified filters.

get/history/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}/runs/{runId}/children

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.

runIdstring required

The identifier of the Run.

Query parameters

$filterstring

Allows for filtering the collection of resources. The expression specified is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response.

$continuationtokenstring

The continuation token to use for getting the next set of resources.

$orderbystring[]

The list of resource properties to use for sorting the requested resources.

$sortorder'Asc' | 'Desc'

The sort order of the returned resources. Not used, specify asc or desc after each property name in the OrderBy parameter.

$topinteger

The maximum number of items in the resource collection to be included in the result. If not specified, all items are returned.

$countboolean

Whether to include a count of the matching resources along with the resources returned in the response.

Response

The details of the child Runs are returned successfully.

continuationTokenstring

The token used in retrieving the next page. If null, there are no additional pages.

nextLinkstring

The link to the next page constructed using the continuationToken. If null, there are no additional pages.