Package org.datavec.api.conf
Class Configured
- java.lang.Object
-
- org.datavec.api.conf.Configured
-
- All Implemented Interfaces:
Configurable
- Direct Known Subclasses:
SerializationFactory
public class Configured extends Object implements Configurable
-
-
Constructor Summary
Constructors Constructor Description Configured()Construct a Configured.Configured(Configuration conf)Construct a Configured.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationgetConf()Return the configuration used by this object.voidsetConf(Configuration conf)Set the configuration to be used by this object.
-
-
-
Constructor Detail
-
Configured
public Configured()
Construct a Configured.
-
Configured
public Configured(Configuration conf)
Construct a Configured.
-
-
Method Detail
-
setConf
public void setConf(Configuration conf)
Description copied from interface:ConfigurableSet the configuration to be used by this object.- Specified by:
setConfin interfaceConfigurable
-
getConf
public Configuration getConf()
Description copied from interface:ConfigurableReturn the configuration used by this object.- Specified by:
getConfin interfaceConfigurable
-
-