ray.train.context.TrainContext.get_trial_resources#

TrainContext.get_trial_resources() PlacementGroupFactory[source]#

Trial resources for the corresponding trial.

PublicAPI (beta): This API is in beta and may change before becoming stable.

Warning

DEPRECATED: This API is deprecated and may be removed in future Ray releases. get_trial_resources is deprecated because the concept of a Trial will soon be removed in Ray Train.Ray Train will no longer assume that it’s running within a Ray Tune Trial in the future. See this issue for more context and migration options: ray-project/ray#49454