Amazon Comprehend · JSON Structure

Openapi.Yml Entity Recognizer Output Data Config Structure

Output data configuration.

Type: object Properties: 1
Machine LearningNatural Language ProcessingNLPText Analysis

EntityRecognizerOutputDataConfig is a JSON Structure definition published by Amazon Comprehend, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

FlywheelStatsS3Prefix

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-comprehend/refs/heads/main/json-structure/openapi.yml-entity-recognizer-output-data-config-structure.json",
  "name": "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."
        }
      ]
    }
  }
}