:py:mod:`abacusai.concatenation_config`
=======================================

.. py:module:: abacusai.concatenation_config


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

Classes
~~~~~~~

.. autoapisummary::

   abacusai.concatenation_config.ConcatenationConfig




.. py:class:: ConcatenationConfig(client, concatenatedTable=None, mergeType=None, replaceUntilTimestamp=None, skipMaterialize=None)

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

   Feature Group Concatenation Config

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param concatenatedTable: The feature group to concatenate with the destination feature group.
   :type concatenatedTable: str
   :param mergeType: The type of merge to perform, either `UNION` or `INTERSECTION`.
   :type mergeType: str
   :param replaceUntilTimestamp: The Unix timestamp to specify the point up to which data from the source feature group will be replaced.
   :type replaceUntilTimestamp: int
   :param skipMaterialize: If `True`, the concatenated feature group will not be materialized.
   :type skipMaterialize: bool

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



