tags property

List<String>? tags
getter/setter pair

Filtering tags associated with the catalog item.

Each tag should be a UTF-8 encoded string with a length limit of 1 KiB. This tag can be used for filtering recommendation results by passing the tag as part of the predict request filter.

Optional.

Implementation

core.List<core.String>? tags;