Amazon Comprehend · Example Payload

Openapi.Yml Flywheel Properties Example

Machine LearningNatural Language ProcessingNLPText Analysis

Openapi.Yml Flywheel Properties Example is an example object payload from Amazon Comprehend, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

FlywheelArnActiveModelArnDataAccessRoleArnTaskConfigDataLakeS3UriDataSecurityConfigStatusModelTypeMessageCreationTimeLastModifiedTimeLatestFlywheelIteration

Example Payload

Raw ↑
{
  "FlywheelArn": "arn:aws:comprehend:us-east-1:123456789012:document-classifier/MyClassifier",
  "ActiveModelArn": "arn:aws:comprehend:us-east-1:123456789012:document-classifier/MyClassifier",
  "DataAccessRoleArn": "arn:aws:comprehend:us-east-1:123456789012:document-classifier/MyClassifier",
  "TaskConfig": "example-string",
  "DataLakeS3Uri": "example-string",
  "DataSecurityConfig": "example-string",
  "Status": "ACTIVE",
  "ModelType": "ORGANIZATION",
  "Message": "example-string",
  "CreationTime": "example-string",
  "LastModifiedTime": "example-string",
  "LatestFlywheelIteration": "example-string"
}