Uses of Class
org.apache.sysds.api.mlcontext.Script
Packages that use Script
-
Uses of Script in org.apache.sysds.api.mlcontext
Methods in org.apache.sysds.api.mlcontext that return ScriptModifier and TypeMethodDescriptionstatic ScriptCreate a DML Script object based on a string.static ScriptScriptFactory.dmlFromFile(String scriptFilePath) Create a DML Script object based on a string path to a file.static ScriptScriptFactory.dmlFromInputStream(InputStream inputStream) Create a DML Script object based on an input stream.static ScriptScriptFactory.dmlFromLocalFile(File localScriptFile) Creates a DML Script object based on a file in the local file system.static ScriptScriptFactory.dmlFromResource(String resourcePath) Create a DML Script object based on a resource path.static ScriptScriptFactory.dmlFromString(String scriptString) Create a DML Script object based on a string.static ScriptScriptFactory.dmlFromUrl(String scriptUrlPath) Create a DML Script object based on a URL path.static ScriptScriptFactory.dmlFromUrl(URL scriptUrl) Create a DML Script object based on a URL.MLResults.getScript()Obtain the Script object associated with these results.ScriptExecutor.getScript()Obtain the Script object associated with this ScriptExecutorRegister an input (parameter ($) or variable).Register an input (parameter ($) or variable) with optional matrix metadata.Pass a map of inputs to the script.Pass a Scala Map of inputs to the script.Pass a Scala Seq of inputs to the script.Register an output variable.Register output variables.Register output variables.Register output variables.Set the script name.Script.setScriptString(String scriptString) Set the script string.Methods in org.apache.sysds.api.mlcontext with parameters of type ScriptModifier and TypeMethodDescriptionvoidvoidCompile a DML or PYDML script.Execute a DML or PYDML Script.MLContext.execute(Script script, ScriptExecutor scriptExecutor) Execute a DML or PYDML Script object using a ScriptExecutor.Execute a DML or PYDML script.voidMLContext.setExecutionScript(Script executionScript) Sets the script that is being executedConstructors in org.apache.sysds.api.mlcontext with parameters of type Script