Microsoft Azure · Schema

ModelListResult

The list of cognitive services models.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
value array An array of models.
nextLink string The link used to get the next page of models.
View JSON Schema on GitHub

JSON Schema

azure-cognitive-services-model-list-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ModelListResult",
  "type": "object",
  "description": "The list of cognitive services models.",
  "properties": {
    "value": {
      "type": "array",
      "description": "An array of models."
    },
    "nextLink": {
      "type": "string",
      "description": "The link used to get the next page of models."
    }
  }
}