| Package | Description |
|---|---|
| io.ray.api.call | |
| io.ray.api.function | |
| io.ray.api.runtime |
| Constructor and Description |
|---|
PyActorCreator(PyActorClass pyActorClass,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
static PyActorClass |
PyActorClass.of(String moduleName,
String className)
Create a python actor class.
|
| Modifier and Type | Method and Description |
|---|---|
PyActorHandle |
RayRuntime.createActor(PyActorClass pyActorClass,
Object[] args,
ActorCreationOptions options)
Create a Python actor on a remote node.
|
Copyright © 2021. All rights reserved.