Amazon Comprehend · Schema

FlywheelStatus

FlywheelStatus schema

Machine LearningNatural Language ProcessingNLPText Analysis
View JSON Schema on GitHub

JSON Schema

openapi.yml-flywheel-status-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-flywheel-status-schema.json",
  "title": "FlywheelStatus",
  "description": "FlywheelStatus schema",
  "type": "string",
  "enum": [
    "CREATING",
    "ACTIVE",
    "UPDATING",
    "DELETING",
    "FAILED"
  ]
}