:py:mod:`abacusai.streaming_sample_code`
========================================

.. py:module:: abacusai.streaming_sample_code


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

Classes
~~~~~~~

.. autoapisummary::

   abacusai.streaming_sample_code.StreamingSampleCode




.. py:class:: StreamingSampleCode(client, python=None, curl=None, console=None)

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

   Sample code for adding to a streaming feature group with examples from different locations.

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param python: The python code sample.
   :type python: str
   :param curl: The curl code sample.
   :type curl: str
   :param console: The console code sample
   :type console: str

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



