Lookup key for a feature view.
key_oneofUnion type
The following is a list of mutually exclusive fields. At most one of the fields will be set in a response:
keystring
String key to use for lookup.
The actual Entity id will be composed from this struct. This should match with the way id is defined in the FeatureView spec.
End of mutually exclusive fields.
| JSON representation |
|---|
{
// key_oneof
"key": string,
"compositeKey": {
object ( |
CompositeKey
id that is comprised from several parts (columns).
parts[]string
Parts to construct Entity id. Should match with the same id columns as defined in FeatureView in the same order.
| JSON representation |
|---|
{ "parts": [ string ] } |