mirror of
https://github.com/vale981/ray
synced 2025-03-04 09:31:43 -05:00
Change_notes_in_setting_async_flag_for_python_actor_in_java (#28282)
Signed-off-by: lvxiaodong <lvxiaodong.lxd@antgroup.com>
This commit is contained in:
parent
ce70b8b96e
commit
63ab063997
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ public class ActorCreationOptions extends BaseTaskOptions {
|
|||
|
||||
/**
|
||||
* Mark the creating actor as async. If the Python actor is/is not async but it's marked
|
||||
* async/not async in Java, it will result in RayValueError errors
|
||||
* async/not async in Java, it will result in RayActorError errors
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue