Amazon Comprehend · Example Payload

Openapi.Yml Key Phrases Detection Job Properties Example

Machine LearningNatural Language ProcessingNLPText Analysis

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

Top-level fields

JobIdJobArnJobNameJobStatusMessageSubmitTimeEndTimeInputDataConfigOutputDataConfigLanguageCodeDataAccessRoleArnVolumeKmsKeyIdVpcConfig

Example Payload

Raw ↑
{
  "JobId": "example-string",
  "JobArn": "arn:aws:comprehend:us-east-1:123456789012:document-classifier/MyClassifier",
  "JobName": "example-name",
  "JobStatus": "ACTIVE",
  "Message": "example-string",
  "SubmitTime": "example-string",
  "EndTime": "example-string",
  "InputDataConfig": "example-string",
  "OutputDataConfig": "example-string",
  "LanguageCode": "en",
  "DataAccessRoleArn": "arn:aws:comprehend:us-east-1:123456789012:document-classifier/MyClassifier",
  "VolumeKmsKeyId": "example-string",
  "VpcConfig": "example-string"
}