Package org.apache.sysds.api
Interface ConfigurableAPI
- 
- All Known Implementing Classes:
- MLContext,- PreparedScript
 
 public interface ConfigurableAPIThis interface defines the programmatic access to dml configuration properties (as defined in SystemDS-config.xml) to ensure API consistency across all APIs.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidresetConfig()Reset configuration settings to default settings.voidsetConfigProperty(String propertyName, String propertyValue)Set configuration property, such assetConfigProperty("sysds.localtmpdir", "/tmp/systemds").
 
-