Amazon Comprehend · Schema

ImportModelResponse

ImportModelResponse schema

Machine LearningNatural Language ProcessingNLPText Analysis

Properties

Name Type Description
ModelArn object
View JSON Schema on GitHub

JSON Schema

openapi.yml-import-model-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-import-model-response-schema.json",
  "title": "ImportModelResponse",
  "description": "ImportModelResponse schema",
  "type": "object",
  "properties": {
    "ModelArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ComprehendModelArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the custom model being imported."
        }
      ]
    }
  }
}