Data Types
Tecton supports the following data types for Feature Value and Request Data:
Int64β
Int64value 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.Int32will be automatically cast toInt64in online serving.