TypedValue
Last updated
Was this helpful?
Last updated
Was this helpful?
Arize class used for logging typed feature or tag values.
When creating a dictionary of features or tags passed into log(), TypedValue can be used in place of dictionary values.
value
Union[str, int, float, bool]
The feature or tag value to be cast.
type
ArizeTypes
The Arize feature or tag column type that value
should be cast to.
INT
FLOAT
STR