Model
Gets the model identified by the given ID.
get/models/{id}
Path parameters
idstring required
The ID of the resource.
Query parameters
api-versionstring required
The API version to use for this operation.
Response
Success
Example response
{
"recipe": {
"datasetLocales": [
"en-US"
],
"modelLocales": [
"en-US"
]
},
"locale": "en-US"
}Changes
Changed in 1 of the 6 revisions of this API.1
- ●
the optional response header
x-ms-error-coderemoved for the statusdefaultoptional-response-header-removed
- ●