ray.data.block.BlockAccessor.to_batch_format#
- BlockAccessor.to_batch_format(batch_format: str | None) pyarrow.Table | pandas.DataFrame | Dict[str, numpy.ndarray] [源代码]#
将此块转换为提供的批处理格式。
- 参数:
batch_format – 转换此块的批处理格式。
- 返回:
此块按提供的批处理格式进行格式化。
站点导航
将此块转换为提供的批处理格式。
batch_format – 转换此块的批处理格式。
此块按提供的批处理格式进行格式化。