TypedValue
Arize class used for logging typed feature or tag values.
Usage
When creating a dictionary of features or tags passed into log(), TypedValue can be used in place of dictionary values.
Fields
Field | Field Type | Description |
---|---|---|
value | Union[str, int, float, bool] | The feature or tag value to be cast. |
type | ArizeTypes | The Arize feature or tag column type that |
ArizeTypes Enum
Values |
---|
|
|
|
Last updated