:py:mod:`abacusai.model_version_feature_group_schema`
=====================================================

.. py:module:: abacusai.model_version_feature_group_schema


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

Classes
~~~~~~~

.. autoapisummary::

   abacusai.model_version_feature_group_schema.ModelVersionFeatureGroupSchema




.. py:class:: ModelVersionFeatureGroupSchema(client, featureGroupId=None, featureGroupName=None, schema={})

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

   Schema for a feature group used in model version

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param featureGroupId: The ID of the feature group.
   :type featureGroupId: str
   :param featureGroupName: The name of the feature group.
   :type featureGroupName: str
   :param schema: List of feature schemas of a feature group.
   :type schema: Schema

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



