{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Asset API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Asset", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Query The List Of Assets In A Workspace", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/modelmanagement/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroup/providers/Microsoft.MachineLearningServices/workspaces/:workspace/assets", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure Subscription ID." }, { "name": "resourceGroup", "value": "", "type": "path", "description": "The Name of the resource group in which the workspace is located." }, { "name": "workspace", "value": "", "type": "path", "description": "The name of the workspace." }, { "name": "runId", "value": "", "type": "query", "description": "The run Id associated with the Assets." }, { "name": "name", "value": "", "type": "query", "description": "The object name." }, { "name": "count", "value": "", "type": "query", "description": "The number of items to retrieve in a page." }, { "name": "$skipToken", "value": "", "type": "query", "description": "The continuation token to retrieve the next page." }, { "name": "tags", "value": "", "type": "query", "description": "A set of tags with which to filter the returned models.\r\n It is a comma separated string of tags key or tags key=value\r\n Example: tagKey1,tagKey2,tagKey3=value3" }, { "name": "properties", "value": "", "type": "query", "description": "A set of properties with which to filter the returned models.\r\n It is a comma separated string of properties key and/or properties key=value\r\n Example: propKey1,propKey2,propKey3=value3" }, { "name": "orderby", "value": "", "type": "query", "description": "An option for specifying how to order the list." } ] }, "docs": "If no filter is passed, the query lists all the Assets in the given workspace. The returned list is paginated and the count of items in each page is an optional parameter." }, { "info": { "name": "Microsoft Azure Create An Asset", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/modelmanagement/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroup/providers/Microsoft.MachineLearningServices/workspaces/:workspace/assets", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure Subscription ID." }, { "name": "resourceGroup", "value": "", "type": "path", "description": "The Name of the resource group in which the workspace is located." }, { "name": "workspace", "value": "", "type": "path", "description": "The name of the workspace." } ] }, "docs": "Create an Asset from the provided payload." }, { "info": { "name": "Microsoft Azure Get An Asset", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/modelmanagement/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroup/providers/Microsoft.MachineLearningServices/workspaces/:workspace/assets/:id", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure Subscription ID." }, { "name": "resourceGroup", "value": "", "type": "path", "description": "The Name of the resource group in which the workspace is located." }, { "name": "workspace", "value": "", "type": "path", "description": "The name of the workspace." }, { "name": "id", "value": "", "type": "path", "description": "The Asset Id." } ] }, "docs": "Get an Asset by Id." }, { "info": { "name": "Microsoft Azure Update An Asset", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/modelmanagement/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroup/providers/Microsoft.MachineLearningServices/workspaces/:workspace/assets/:id", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure Subscription ID." }, { "name": "resourceGroup", "value": "", "type": "path", "description": "The Name of the resource group in which the workspace is located." }, { "name": "workspace", "value": "", "type": "path", "description": "The name of the workspace." }, { "name": "id", "value": "", "type": "path", "description": "The Id of the Asset to patch." } ] }, "docs": "Patch a specific Asset." }, { "info": { "name": "Microsoft Azure Delete An Asset", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/modelmanagement/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroup/providers/Microsoft.MachineLearningServices/workspaces/:workspace/assets/:id", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure Subscription ID." }, { "name": "resourceGroup", "value": "", "type": "path", "description": "The Name of the resource group in which the workspace is located." }, { "name": "workspace", "value": "", "type": "path", "description": "The name of the workspace." }, { "name": "id", "value": "", "type": "path", "description": "The Id of the Asset to delete." } ] }, "docs": "Delete the specified Asset." } ] } ], "bundled": true }