{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector TrainingSet API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "TrainingSet", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Trainingsets", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/trainingsets", "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 a list of training sets for the authenticated Speech service resource." }, { "info": { "name": "Microsoft Azure Get Trainingsets Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/trainingsets/: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 training set identified by the given ID." }, { "info": { "name": "Microsoft Azure Put Trainingsets Id", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/trainingsets/: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": "Creates a new training set." }, { "info": { "name": "Microsoft Azure Delete Trainingsets Id", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/trainingsets/: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 training set identified by the given ID." }, { "info": { "name": "Microsoft Azure Post Trainingsets Id:upload", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/trainingsets/:id:upload", "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": "Uploads data to the specified training set." } ] } ], "bundled": true }