ray.train.DataConfig.default_ingest_options
ray.train.DataConfig.default_ingest_options#
- static DataConfig.default_ingest_options() ray.data._internal.execution.interfaces.execution_options.ExecutionOptions[source]#
The default Ray Data options used for data ingest.
We enable output locality, which means that Ray Data will try to place tasks on the node the data is consumed. We also set the object store memory limit to a fixed smaller value, to avoid using too much memory per Train worker.