| 程序包 | 说明 |
|---|---|
| io.ray.api.call | |
| io.ray.api.function | |
| io.ray.api.runtime |
| 构造器和说明 |
|---|
PyActorCreator(PyActorClass pyActorClass,
Object[] args) |
| 限定符和类型 | 方法和说明 |
|---|---|
static PyActorClass |
PyActorClass.of(String moduleName,
String className)
Create a python actor class.
|
| 限定符和类型 | 方法和说明 |
|---|---|
PyActorHandle |
RayRuntime.createActor(PyActorClass pyActorClass,
Object[] args,
ActorCreationOptions options)
Create a Python actor on a remote node.
|
Copyright © 2021. All rights reserved.