@Internal public final class PythonFunctionInfo extends Object implements Serializable
| Constructor and Description |
|---|
PythonFunctionInfo(PythonFunction pythonFunction,
Object[] inputs) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getInputs() |
PythonFunction |
getPythonFunction() |
public PythonFunctionInfo(PythonFunction pythonFunction, Object[] inputs)
public PythonFunction getPythonFunction()
public Object[] getInputs()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.