org.apache.sysml.api

Class DMLScript.DMLOptions

  • Enclosing class:
    DMLScript


    public static class DMLScript.DMLOptions
    extends Object
    Set of DMLOptions that can be set through the command line and MLContext The values have been initialized with the default values Despite there being a DML and PyDML, this class is named DMLOptions to keep it consistent with DMLScript and DMLScript.DMLOptions
    • Field Detail

      • configFile

        public String configFile
      • clean

        public boolean clean
      • stats

        public boolean stats
      • statsCount

        public int statsCount
      • explainType

        public org.apache.sysml.utils.Explain.ExplainType explainType
      • gpu

        public boolean gpu
      • forceGPU

        public boolean forceGPU
      • debug

        public boolean debug
      • filePath

        public String filePath
      • script

        public String script
      • help

        public boolean help
    • Constructor Detail

      • DMLOptions

        public DMLOptions()

Copyright © 2017 The Apache Software Foundation. All rights reserved.