Constants
tecton_client.constants module
- tecton_client.constants.DEFAULT_MICRO_BATCH_SIZE: Final[int] = 1
The default micro batch size while making a
GetFeaturesBatchRequest
, currently set to 1.- Type:
int
- tecton_client.constants.MAX_MICRO_BATCH_SIZE: Final[int] = 5
The maximum micro batch size allowed while making a
GetFeaturesBatchRequest
, currently set to 5.- Type:
int
- tecton_client.constants.MIN_MICRO_BATCH_SIZE: Final[int] = 1
The minimum micro batch size allowed while making a
GetFeaturesBatchRequest
, currently set to 1.- Type:
int
- tecton_client.constants.SUPPORTED_JOIN_KEY_VALUE_TYPES: Final[set] = {<class 'int'>, <class 'NoneType'>, <class 'str'>}
The set of supported data types for join key values for
GetFeaturesRequestData
object.- Type:
set
- tecton_client.constants.SUPPORTED_REQUEST_CONTEXT_MAP_TYPES: Final[set] = {<class 'int'>, <class 'float'>, <class 'str'>}
The set of supported data types for request context map values for
GetFeaturesRequestData
object.- Type:
set