Amazon Comprehend · Schema

FlywheelIterationId

FlywheelIterationId schema

Machine LearningNatural Language ProcessingNLPText Analysis
View JSON Schema on GitHub

JSON Schema

openapi.yml-flywheel-iteration-id-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-iteration-id-schema.json",
  "title": "FlywheelIterationId",
  "description": "FlywheelIterationId schema",
  "type": "string",
  "pattern": "[0-9]{8}T[0-9]{6}Z",
  "maxLength": 63
}