Amazon Comprehend · JSON Structure

Openapi.Yml Start Flywheel Iteration Request Structure

StartFlywheelIterationRequest schema

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

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

Properties

FlywheelArn ClientRequestToken

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-start-flywheel-iteration-request-structure.json",
  "name": "StartFlywheelIterationRequest",
  "description": "StartFlywheelIterationRequest schema",
  "type": "object",
  "properties": {
    "FlywheelArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ComprehendFlywheelArn"
        },
        {
          "description": "The ARN of the flywheel."
        }
      ]
    },
    "ClientRequestToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ClientRequestTokenString"
        },
        {
          "description": "A unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one."
        }
      ]
    }
  },
  "required": [
    "FlywheelArn"
  ]
}