Data Types
Tecton supports the following data types for Feature Value and Request Data:
Int64
β
Int64
value is represented as JSON string in HTTP response. This is because JSON does not specify a precision for numerical values, and most JSON libraries treat all numerical values as double-precision floating point numbers.Int32
will be automatically cast toInt64
in online serving.