ray.train.context.get_context#
- ray.train.context.get_context() TrainContext[source]#
Get or create a singleton training context.
The context is only available within a function passed to Ray Train.
See the
TrainContextAPI reference to see available methods.