dataeval.config.set_batch_size¶ dataeval.config.set_batch_size(batch_size)¶ Set the default batch size to use when processing data. Parameters:¶ batch_size : int or None¶The default batch size to use. None will unset the global batch size. Raises:¶ ValueError – If the batch size is less than 1.