Feature Value Type

class mlops_client.feature_store.feature_value_type.FeatureValueType(value)

FeatureValueType is an enumeration of the possible types of values that a feature can have.

STRING: A string value. FLOAT: A floating point value. INTEGER: An integer value. ARRAY: An array of values.

exception mlops_client.feature_store.feature_value_type.InvalidFeatureValueTypeError(value_type: str)