R - The type of the python function return valuepublic class PyTaskCaller<R> extends BaseTaskCaller<PyTaskCaller<R>>
| Constructor and Description |
|---|
PyTaskCaller(PyFunction<R> func,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
ObjectRef<R> |
remote()
Execute a python function remotely and return an object reference to the result object in the
object store.
|
buildOptions, setName, setPlacementGroup, setResource, setResourcespublic PyTaskCaller(PyFunction<R> func, Object[] args)
Copyright © 2021. All rights reserved.