Package org.apache.sysds.api
Class PythonDMLScript
- java.lang.Object
- 
- org.apache.sysds.api.PythonDMLScript
 
- 
 public class PythonDMLScript extends Object 
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectiongetConnection()static voidmain(String[] args)Entry point for Python API.
 
- 
- 
- 
Method Detail- 
mainpublic 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.
 
 - 
getConnectionpublic Connection getConnection() 
 
- 
 
-