Package org.apache.sysds.api
Class PythonDMLScript
- java.lang.Object
-
- org.apache.sysds.api.PythonDMLScript
-
public class PythonDMLScript extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static py4j.GatewayServer
GwS
-
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.static void
setDMLGateWayListenerLoggerLevel(org.apache.log4j.Level l)
-
-
-
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.
-
setDMLGateWayListenerLoggerLevel
public static void setDMLGateWayListenerLoggerLevel(org.apache.log4j.Level l)
-
getConnection
public Connection getConnection()
-
-