Amazon Comprehend · Schema

EntityRecognizerOutputDataConfig

Output data configuration.

Machine LearningNatural Language ProcessingNLPText Analysis

Properties

Name Type Description
FlywheelStatsS3Prefix object
View JSON Schema on GitHub

JSON Schema

openapi.yml-entity-recognizer-output-data-config-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-entity-recognizer-output-data-config-schema.json",
  "title": "EntityRecognizerOutputDataConfig",
  "description": "Output data configuration.",
  "type": "object",
  "properties": {
    "FlywheelStatsS3Prefix": {
      "allOf": [
        {
          "$ref": "#/components/schemas/S3Uri"
        },
        {
          "description": "The Amazon S3 prefix for the data lake location of the flywheel statistics."
        }
      ]
    }
  }
}