abacusai.project_config

Module Contents

Classes

ProjectConfig

Project-specific config for a feature group

class abacusai.project_config.ProjectConfig(client, type=None, config=None)

Bases: abacusai.return_class.AbstractApiClass

Project-specific config for a feature group

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

  • type (str) – Type of project config

  • config (dict) – 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