abacusai.project_feature_group_schema

Module Contents

Classes

ProjectFeatureGroupSchema

A schema description for a project feature group

class abacusai.project_feature_group_schema.ProjectFeatureGroupSchema(client, nestedSchema=None, schema={}, duplicateFeatures={}, projectConfig={})

Bases: abacusai.return_class.AbstractApiClass

A schema description for a project feature group

Parameters:
  • client (ApiClient) – An authenticated API Client instance

  • nestedSchema (list) – List of schema of nested features

  • schema (Schema) – List of schema description for the feature

  • duplicateFeatures (Schema) – List of duplicate featureschemas

  • projectConfig (ProjectConfig) – Project-specific config for this feature group.

__repr__()

Return repr(self).

to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict