Amazon Comprehend · Example Payload

Openapi.Yml Pii Entities Detection Job Properties Example

Machine LearningNatural Language ProcessingNLPText Analysis

Openapi.Yml Pii Entities 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

JobIdJobArnJobNameJobStatusMessageSubmitTimeEndTimeInputDataConfigOutputDataConfigRedactionConfigLanguageCodeDataAccessRoleArnMode

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",
  "RedactionConfig": "example-string",
  "LanguageCode": "en",
  "DataAccessRoleArn": "arn:aws:comprehend:us-east-1:123456789012:document-classifier/MyClassifier",
  "Mode": "example-string"
}