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:
XiaodongLv 2022-09-05 00:16:41 +08:00 committed by GitHub
parent ce70b8b96e
commit 63ab063997
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 * 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 * @return self
*/ */