public interface PythonRuntimeService
| Modifier and Type | Method and Description |
|---|---|
PythonEvaluationResult |
eval(String prepareEnvironmentScript,
String script,
Map<String,Serializable> vars) |
PythonExecutionResult |
exec(Set<String> dependencies,
String script,
Map<String,Serializable> vars)
exec used for python script executions
|
PythonExecutionResult exec(Set<String> dependencies, String script, Map<String,Serializable> vars)
dependencies - - list of resources with maven GAV notation ‘groupId:artifactId:version’ which can be used to resolve resources with Maven Repository SupportPythonEvaluationResult eval(String prepareEnvironmentScript, String script, Map<String,Serializable> vars)
Copyright © 2016. All Rights Reserved.