Documentation Index
Fetch the complete documentation index at: https://arize-ax.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
client_python/src/arize/utils/types.py at main · Arize-ai/client_python
GitHub
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 |