Amazon Comprehend · Example Payload

Openapi.Yml Create Dataset Request Example

Machine LearningNatural Language ProcessingNLPText Analysis

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

Top-level fields

FlywheelArnDatasetNameDatasetTypeDescriptionInputDataConfigClientRequestTokenTags

Example Payload

Raw ↑
{
  "FlywheelArn": "arn:aws:comprehend:us-east-1:123456789012:document-classifier/MyClassifier",
  "DatasetName": "example-name",
  "DatasetType": "ORGANIZATION",
  "Description": "example-string",
  "InputDataConfig": "example-string",
  "ClientRequestToken": "example-string",
  "Tags": "example-string"
}