Amazon Comprehend · JSON Structure

Openapi.Yml Describe Flywheel Iteration Request Structure

DescribeFlywheelIterationRequest schema

Type: object Properties: 2 Required: 2
Machine LearningNatural Language ProcessingNLPText Analysis

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

Properties

FlywheelArn FlywheelIterationId

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-describe-flywheel-iteration-request-structure.json",
  "name": "DescribeFlywheelIterationRequest",
  "description": "DescribeFlywheelIterationRequest schema",
  "type": "object",
  "properties": {
    "FlywheelArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ComprehendFlywheelArn"
        },
        {
          "description": "<p/>"
        }
      ]
    },
    "FlywheelIterationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FlywheelIterationId"
        },
        {
          "description": "<p/>"
        }
      ]
    }
  },
  "required": [
    "FlywheelArn",
    "FlywheelIterationId"
  ]
}