Amazon Comprehend · Schema

ListDatasetsResponse

ListDatasetsResponse schema

Machine LearningNatural Language ProcessingNLPText Analysis

Properties

Name Type Description
DatasetPropertiesList object
NextToken object
View JSON Schema on GitHub

JSON Schema

openapi.yml-list-datasets-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-comprehend/refs/heads/main/json-schema/openapi.yml-list-datasets-response-schema.json",
  "title": "ListDatasetsResponse",
  "description": "ListDatasetsResponse schema",
  "type": "object",
  "properties": {
    "DatasetPropertiesList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DatasetPropertiesList"
        },
        {
          "description": "The dataset properties list."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "Identifies the next page of results to return."
        }
      ]
    }
  }
}