Amazon Comprehend · Example Payload

Openapi.Yml Start Key Phrases Detection Job Request Example

Machine LearningNatural Language ProcessingNLPText Analysis

Openapi.Yml Start Key Phrases Detection Job Request Example is an example object payload from Amazon Comprehend, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

InputDataConfigOutputDataConfigDataAccessRoleArnJobNameLanguageCodeClientRequestTokenVolumeKmsKeyIdVpcConfigTags

Example Payload

Raw ↑
{
  "InputDataConfig": "example-string",
  "OutputDataConfig": "example-string",
  "DataAccessRoleArn": "arn:aws:comprehend:us-east-1:123456789012:document-classifier/MyClassifier",
  "JobName": "example-name",
  "LanguageCode": "en",
  "ClientRequestToken": "example-string",
  "VolumeKmsKeyId": "example-string",
  "VpcConfig": "example-string",
  "Tags": "example-string"
}