"""Application constants.""" DEFAULT_BATCH_SIZE = 200 SUPPORTED_DATA_TYPES = {"int16", "int32", "float32"}