Amazon Comprehend · JSON Structure

Openapi.Yml Create Flywheel Response Structure

CreateFlywheelResponse schema

Type: object Properties: 2
Machine LearningNatural Language ProcessingNLPText Analysis

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

Properties

FlywheelArn ActiveModelArn

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-create-flywheel-response-structure.json",
  "name": "CreateFlywheelResponse",
  "description": "CreateFlywheelResponse schema",
  "type": "object",
  "properties": {
    "FlywheelArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ComprehendFlywheelArn"
        },
        {
          "description": "The Amazon Resource Number (ARN) of the flywheel."
        }
      ]
    },
    "ActiveModelArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ComprehendModelArn"
        },
        {
          "description": "The Amazon Resource Number (ARN) of the active model version."
        }
      ]
    }
  }
}