abacusai.project_feature_group_schema_version

Module Contents

Classes

ProjectFeatureGroupSchemaVersion

A version of a schema

class abacusai.project_feature_group_schema_version.ProjectFeatureGroupSchemaVersion(client, schemaVersion=None)

Bases: abacusai.return_class.AbstractApiClass

A version of a schema

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

  • schemaVersion (id) – The unique identifier of a schema version.

__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