abacusai.inferred_feature_mappings ================================== .. py:module:: abacusai.inferred_feature_mappings Classes ------- .. autoapisummary:: abacusai.inferred_feature_mappings.InferredFeatureMappings Module Contents --------------- .. py:class:: InferredFeatureMappings(client, error=None, featureMappings={}) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` A description of the data use for a feature :param client: An authenticated API Client instance :type client: ApiClient :param error: Error message if there was an error inferring the feature mappings :type error: str :param featureMappings: The inferred feature mappings :type featureMappings: FeatureMapping .. py:attribute:: error :value: None .. py:attribute:: feature_mappings .. 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