:py:mod:`abacusai.streaming_row_count`
======================================

.. py:module:: abacusai.streaming_row_count


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

Classes
~~~~~~~

.. autoapisummary::

   abacusai.streaming_row_count.StreamingRowCount




.. 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:method:: __repr__()

      Return repr(self).


   .. 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



