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 value should be cast to. |
ArizeTypes Enum
| Values |
|---|
INT |
FLOAT |
STR |