abacusai.api_class.project
Module Contents
Classes
Feature mapping configuration for a feature group type. |
|
Project feature group type mappings. |
- class abacusai.api_class.project.FeatureMappingConfig
Bases:
abacusai.api_class.abstract.ApiClass
Feature mapping configuration for a feature group type.
- Parameters:
- class abacusai.api_class.project.ProjectFeatureGroupTypeMappingsConfig
Bases:
abacusai.api_class.abstract.ApiClass
Project feature group type mappings.
- Parameters:
feature_group_id (str) – The unique identifier for the feature group.
feature_group_type (str) – The feature group type.
feature_mappings (List[FeatureMappingConfig]) – The feature mappings for the feature group.
- feature_mappings: List[FeatureMappingConfig]