Tagging Custom Models
You can add tags to a custom model.
- From the Custom models list page, select the custom model you want to edit. If you need help finding the list page or the queue, see Listing Custom Models.
- From the custom model's details page, select Tags.
- Select Add tags
- Enter a tag namespace, or select one from the list.
- Enter a tag key and a tag value.
- (Optional) To add another tag, select Add tag and repeat the previous two steps.
- Select Add tags.
Use the /iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ai-document/model/change-compartment.html command and
--defined tags
parameter to edit a custom model:oci ai-document model update --defined-tags [complex type]
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the /iaas/api/%23/en/document-understanding/latest/Model/UpdateModel operation setting the
definedTags
attribute to tag a custom model.