Set the type of a feature in a feature group. Specify the feature group ID, feature name, and feature type, and the method will return the new column with the changes reflected.
REQUIRED | KEY | TYPE | DESCRIPTION |
---|---|---|---|
Yes | featureGroupId | str | The unique ID associated with the feature group. |
Yes | feature | str | The name of the feature. |
Yes | featureType | str | The machine learning type of the data in the feature. |
No | projectId | str | Optional unique ID associated with the project. |
KEY | TYPE | DESCRIPTION | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
success | Boolean | true if the call succeeded, false if there was an error | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
result | Schema |
|
TYPE | WHEN |
---|---|
DataNotFoundError |
|
DataNotFoundError |
|
InvalidEnumParameterError | An invalid value is passed for |
InvalidParameterError | The column is not found in the underlying datasets or features. |
InvalidEnumParameterError | The DataType is invalid for the current ColumnMapping. |