ray.train.ControllerError#
- class ray.train.ControllerError(controller_failure: Exception)#
Bases:
TrainingFailedError
Exception raised when training fails due to a controller error.
- Parameters:
controller_failure – The exception that occurred on the controller.
PublicAPI (alpha): This API is in alpha and may change before becoming stable.