abacusai.streaming_row_count
============================

.. py:module:: abacusai.streaming_row_count


Classes
-------

.. autoapisummary::

   abacusai.streaming_row_count.StreamingRowCount


Module Contents
---------------

.. py:class:: StreamingRowCount(client, count=None, startTsMs=None)

   Bases: :py:obj:`abacusai.return_class.AbstractApiClass`


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

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param count: The number of rows in the feature group
   :type count: int
   :param startTsMs: The start time for the number of rows.
   :type startTsMs: int


   .. py:attribute:: count
      :value: None



   .. py:attribute:: start_ts_ms
      :value: None



   .. py:attribute:: deprecated_keys


   .. py:method:: __repr__()


   .. py:method:: to_dict()

      Get a dict representation of the parameters in this class

      :returns: The dict value representation of the class parameters
      :rtype: dict



