abacusai.streaming_row_count

Classes

StreamingRowCount

Returns the number of rows in a streaming feature group from the specified time

Module Contents

class abacusai.streaming_row_count.StreamingRowCount(client, count=None, startTsMs=None)

Bases: abacusai.return_class.AbstractApiClass

Returns the number of rows in a streaming feature group from the specified time

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

  • count (int) – The number of rows in the feature group

  • startTsMs (int) – The start time for the number of rows.

count
start_ts_ms
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