Uses of Enum Class
org.apache.sysds.api.mlcontext.MLContext.ExecutionType
Packages that use MLContext.ExecutionType
-
Uses of MLContext.ExecutionType in org.apache.sysds.api.mlcontext
Methods in org.apache.sysds.api.mlcontext that return MLContext.ExecutionTypeModifier and TypeMethodDescriptionMLContext.getExecutionType()Obtain the current execution environment.ScriptExecutor.getExecutionType()Obtain the current execution environment.static MLContext.ExecutionTypeReturns the enum constant of this class with the specified name.static MLContext.ExecutionType[]MLContext.ExecutionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.api.mlcontext with parameters of type MLContext.ExecutionTypeModifier and TypeMethodDescriptionvoidMLContext.setExecutionType(MLContext.ExecutionType executionType) Set the execution environment.voidScriptExecutor.setExecutionType(MLContext.ExecutionType executionType) Set the execution environment.