{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Modelmanagement API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Modelmanagement", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get A Service", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/modelmanagement/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroup/providers/Microsoft.MachineLearningServices/workspaces/:workspace/services/: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 Service Id." }, { "name": "expand", "value": "", "type": "query", "description": "Set to True to include Model details." } ] }, "docs": "Get a Service by Id." }, { "info": { "name": "Microsoft Azure Patch A Service", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/modelmanagement/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroup/providers/Microsoft.MachineLearningServices/workspaces/:workspace/services/: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 Service Id." } ] }, "docs": "Patch a specific Service." }, { "info": { "name": "Microsoft Azure Delete A Service", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/modelmanagement/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroup/providers/Microsoft.MachineLearningServices/workspaces/:workspace/services/: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 Service Id." } ] }, "docs": "Delete a specific Service." }, { "info": { "name": "Microsoft Azure Query The List Of Services In A Workspace", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/modelmanagement/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroup/providers/Microsoft.MachineLearningServices/workspaces/:workspace/services", "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": "imageId", "value": "", "type": "query", "description": "The Image Id." }, { "name": "imageName", "value": "", "type": "query", "description": "The Image name." }, { "name": "modelId", "value": "", "type": "query", "description": "The Model Id." }, { "name": "modelName", "value": "", "type": "query", "description": "The Model name." }, { "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": "computeType", "value": "", "type": "query", "description": "The compute environment type." }, { "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": "expand", "value": "", "type": "query", "description": "Set to True to include Model details." }, { "name": "orderby", "value": "", "type": "query", "description": "The option to order the response." } ] }, "docs": "If no filter is passed, the query lists all Services in the Workspace. The returned list is paginated and the count of item in each page is an optional parameter." }, { "info": { "name": "Microsoft Azure Create A Service", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/modelmanagement/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroup/providers/Microsoft.MachineLearningServices/workspaces/:workspace/services", "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 a Service with the specified payload." } ] } ], "bundled": true }