entityIds property

List<String>? entityIds
getter/setter pair

IDs of entities to read Feature values of.

The maximum number of IDs is 100. For example, for a machine learning model predicting user clicks on a website, an entity ID could be user_123.

Required.

Implementation

core.List<core.String>? entityIds;