entityId property

String? entityId
getter/setter pair

ID for a specific entity.

For example, for a machine learning model predicting user clicks on a website, an entity ID could be user_123.

Required.

Implementation

core.String? entityId;