Amazon Comprehend · Example Payload

Openapi.Yml Update Flywheel Request Example

Machine LearningNatural Language ProcessingNLPText Analysis

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

Top-level fields

FlywheelArnActiveModelArnDataAccessRoleArnDataSecurityConfig

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",
  "DataSecurityConfig": "example-string"
}