FeatureViewDataKey Stay organized with collections Save and categorize content based on your preferences.
Lookup key for a feature view.
key_oneofUnion typekey_oneof can be only one of the following:keystringString key to use for lookup.
compositeKeyobject (CompositeKey)The actual Entity id will be composed from this struct. This should match with the way id is defined in the FeatureView spec.
| JSON representation |
|---|
{// key_oneof"key":string,"compositeKey":{object ( |
CompositeKey
id that is comprised from several parts (columns).
parts[]stringParts to construct Entity id. Should match with the same id columns as defined in FeatureView in the same order.
| JSON representation |
|---|
{"parts":[string]} |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-27 UTC.