{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Model API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Model", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets A Model", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/modelmanagement/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroup/providers/Microsoft.MachineLearningServices/workspaces/:workspace/models/: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 model id." } ] }, "docs": "Gets a model by model id." }, { "info": { "name": "Microsoft Azure Patch A Specific Model", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/modelmanagement/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroup/providers/Microsoft.MachineLearningServices/workspaces/:workspace/models/: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 model id." } ] }, "docs": "Updates an existing model with the specified patch." }, { "info": { "name": "Microsoft Azure Delete The Specified Model", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/modelmanagement/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroup/providers/Microsoft.MachineLearningServices/workspaces/:workspace/models/: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 model id." } ] }, "docs": "Deletes a model if it exists." }, { "info": { "name": "Microsoft Azure Query The List Of Models In A Workspace", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/modelmanagement/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroup/providers/Microsoft.MachineLearningServices/workspaces/:workspace/models", "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": "name", "value": "", "type": "query", "description": "The object name." }, { "name": "framework", "value": "", "type": "query", "description": "The framework." }, { "name": "description", "value": "", "type": "query", "description": "The object description." }, { "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": "runId", "value": "", "type": "query", "description": "The runId which created the model." }, { "name": "orderBy", "value": "", "type": "query", "description": "An option to specify how the models are ordered in the response." } ] }, "docs": "The result list can be filtered using tag and name. If no filter is passed, the query lists all the Models 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 Register A Model", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/modelmanagement/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroup/providers/Microsoft.MachineLearningServices/workspaces/:workspace/models", "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": "Register the model provided." }, { "info": { "name": "Microsoft Azure Retrieve The Metrics For A Model", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/modelmanagement/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroup/providers/Microsoft.MachineLearningServices/workspaces/:workspace/models/:id/metrics", "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 Model Id." }, { "name": "startDate", "value": "", "type": "query", "description": "The start date from which to retrieve metrics, ISO 8601 literal format." }, { "name": "endDate", "value": "", "type": "query", "description": "The end date from which to retrieve metrics, ISO 8601 literal format." } ] }, "docs": "The operational events collected for the Model are returned." }, { "info": { "name": "Microsoft Azure Get Modelrecipes", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/modelrecipes", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Get a list of supported recipes for model building. Different recipes have different capabilities such as support for multi-style voice models." }, { "info": { "name": "Microsoft Azure Get Models", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/models", "params": [ { "name": "skip", "value": "", "type": "query", "description": "The number of result items to skip." }, { "name": "maxpagesize", "value": "", "type": "query", "description": "The maximum number of items to include in a single response." }, { "name": "filter", "value": "", "type": "query", "description": "Filter condition.\r\n - **Supported properties:** projectId, createdDateTime, locale, kind\r\n - **Operators:**\r\n - eq, ne are supported for all properties.\r\n - gt, ge, lt, le are supported for createdDateTime.\r\n - **Example:**\r\n - ```filter=projectId eq 'Jessica'``` (filter by project ID)\r\n - ```filter=kind eq 'ProfessionalVoice'``` (filter project by kind)\r\n - ```filter=locale eq 'en-US'``` (filter training set and model by locale)\r\n - ```filter=createdDateTime gt 2022-12-30T23:59:59.99Z``` (filter resource created time after 2023-11-01)" }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Gets the list of models for the authenticated Speech service resource." }, { "info": { "name": "Microsoft Azure Get Models Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/models/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the resource." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Gets the model identified by the given ID." }, { "info": { "name": "Microsoft Azure Put Models Id", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/models/:id", "headers": [ { "name": "Operation-Id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the resource." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Creates a new voice model." }, { "info": { "name": "Microsoft Azure Delete Models Id", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/models/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the resource." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Deletes the model identified by the given ID." }, { "info": { "name": "Microsoft Azure Get Model", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/model" }, "docs": "Get the model file generated by Personalizer service." }, { "info": { "name": "Microsoft Azure Reset Model", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/model" }, "docs": "Resets the model file generated by Personalizer service." }, { "info": { "name": "Microsoft Azure Get Model Properties", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/model/properties" }, "docs": "Get properties of the model file generated by Personalizer service." } ] } ], "bundled": true }