Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Tagging a new resource

Focus mode
Tagging a new resource - Amazon Comprehend

You can add tags to an Analysis job, a Custom classification model, a Custom entity recognition model, or endpoints.

  1. Sign in to the AWS Management Console and open the Amazon Comprehend console at https://console.aws.amazon.com/comprehend/

  2. Select the resource (Analysis job, Custom classification, or Custom entity recognition) you want to create from the left navigation pane.

  3. Click Create job (or Create new model). This takes you to the main 'create' page for your resource. At the bottom of this page, you'll see a 'Tags - optional' panel.

    Console display of the empty tags panel.

    Enter a tag key and, optionally, a tag value. Choose Add tag to add another tag to the resource. Repeat this process until all your tags are added. Note that tag keys must be unique per resource.

  4. Select the Create or Create job button to continue creating your resource.

You can also add tags using the AWS CLI. This example shows how to add tags with the start-entities-detection-job command.

aws comprehend start-entities-detection-job \ --language-code "en" \ --input-data-config "{\"S3Uri\": \"s3://test-input/TEST.csv\"}" \ --output-data-config "{\"S3Uri\": \"s3://test-output\"}" \ --data-access-role-arn arn:aws:iam::123456789012:role/test \ --tags "[{\"Key\": \"color\",\"Value\": \"orange\"}]"
PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.