abacusai.annotation_config ========================== .. py:module:: abacusai.annotation_config Classes ------- .. autoapisummary:: abacusai.annotation_config.AnnotationConfig Module Contents --------------- .. py:class:: AnnotationConfig(client, featureAnnotationConfigs=None, labels=None, statusFeature=None, commentsFeatures=None, metadataFeature=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` Annotation config for a feature group :param client: An authenticated API Client instance :type client: ApiClient :param featureAnnotationConfigs: List of feature annotation configs :type featureAnnotationConfigs: list :param labels: List of labels :type labels: list :param statusFeature: Name of the feature that contains the status of the annotation (Optional) :type statusFeature: str :param commentsFeatures: Features that contain comments for the annotation (Optional) :type commentsFeatures: list :param metadataFeature: Name of the feature that contains the metadata for the annotation (Optional) :type metadataFeature: str .. py:attribute:: feature_annotation_configs :value: None .. py:attribute:: labels :value: None .. py:attribute:: status_feature :value: None .. py:attribute:: comments_features :value: None .. py:attribute:: metadata_feature :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