:py:mod:`abacusai.feature_group_template_variable_options`
==========================================================

.. py:module:: abacusai.feature_group_template_variable_options


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

Classes
~~~~~~~

.. autoapisummary::

   abacusai.feature_group_template_variable_options.FeatureGroupTemplateVariableOptions




.. py:class:: FeatureGroupTemplateVariableOptions(client, templateVariableOptions=None, userFeedback=None)

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

   Feature Group Template Variable Options

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param templateVariableOptions: List of values we can select for different template variables.
   :type templateVariableOptions: list[dict]
   :param userFeedback: List of additional information regarding variable options for the user.
   :type userFeedback: list[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



