IndexingConfig
The indexing config for a Feature Group
Bases: abacusai.return_class.AbstractApiClass
abacusai.return_class.AbstractApiClass
client (ApiClient) – An authenticated API Client instance
primaryKey (str) – A single key index
updateTimestampKey (str) – The primary timestamp feature
lookupKeys (list[str]) – A multi-key index. Cannot be used in conjuction with primary key.
Get a dict representation of the parameters in this class
The dict value representation of the class parameters
dict