Amazon Comprehend · Schema

CreateDocumentClassifierResponse

CreateDocumentClassifierResponse schema

Machine LearningNatural Language ProcessingNLPText Analysis

Properties

Name Type Description
DocumentClassifierArn object
View JSON Schema on GitHub

JSON Schema

openapi.yml-create-document-classifier-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-create-document-classifier-response-schema.json",
  "title": "CreateDocumentClassifierResponse",
  "description": "CreateDocumentClassifierResponse schema",
  "type": "object",
  "properties": {
    "DocumentClassifierArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DocumentClassifierArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) that identifies the document classifier."
        }
      ]
    }
  }
}