Package org.apache.sysds.api
Class PythonDMLScript
- java.lang.Object
-
- org.apache.sysds.api.PythonDMLScript
-
public class PythonDMLScript extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Connection
getConnection()
static void
main(String[] args)
Entry point for Python API.
-
-
-
Method Detail
-
main
public static void main(String[] args) throws Exception
Entry point for Python API.- Parameters:
args
- Command line arguments.- Throws:
Exception
- Throws exceptions if there is issues in startup or while running.
-
getConnection
public Connection getConnection()
-
-