v2

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

Get all Experiments in a specific workspace.

Get all experiments in a specific workspace with the specified query filters.

post/history/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments: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.

Request body

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. See https://docs.microsoft.com/en-us/azure/search/query-odata-filter-orderby-syntax for details on the expression syntax.

continuationTokenstring

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

orderBystring

The comma separated list of resource properties to use for sorting the requested resources. Optionally, can be followed by either 'asc' or 'desc'

topinteger

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

Example request

{
  "orderBy": "Color, Size desc"
}

Response

Success

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.