abacusai.nested_feature
Module Contents
Classes
A nested feature in a feature group |
- class abacusai.nested_feature.NestedFeature(client, name=None, selectClause=None, featureType=None, featureMapping=None, dataType=None, dataUse=None, sourceTable=None, originalName=None)
Bases:
abacusai.return_class.AbstractApiClass
A nested feature in a feature group
- Parameters:
client (ApiClient) – An authenticated API Client instance
name (str) – The unique name of the column
selectClause (str) – The sql logic for creating this feature’s data
featureType (str) – Feature Type of the Feature
featureMapping (str) – The Feature Mapping of the feature
dataType (str) – Data Type of the Feature
dataUse (str) – The data use of the feature
sourceTable (str) – The source table of the column
originalName (str) – The original name of the column
- __repr__()
Return repr(self).