abacusai.streaming_sample_code
==============================

.. py:module:: abacusai.streaming_sample_code


Classes
-------

.. autoapisummary::

   abacusai.streaming_sample_code.StreamingSampleCode


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

.. 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:attribute:: python
      :value: None



   .. py:attribute:: curl
      :value: None



   .. py:attribute:: console
      :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



