abacusai.point_in_time_feature_info

Classes

PointInTimeFeatureInfo

A point-in-time infos for a feature

Module Contents

class abacusai.point_in_time_feature_info.PointInTimeFeatureInfo(client, expression=None, groupName=None)

Bases: abacusai.return_class.AbstractApiClass

A point-in-time infos for a feature

Parameters:
  • client (ApiClient) – An authenticated API Client instance

  • expression (str) – SQL aggregate expression which can convert a sequence of rows into a scalar value.

  • groupName (str) – The group name this point-in-time feature belongs to.

expression
group_name
deprecated_keys
__repr__()
to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict