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 Configuration
getConf()
Return the configuration used by this object.void
setConf(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:Configurable
Set the configuration to be used by this object.- Specified by:
setConf
in interfaceConfigurable
-
getConf
public Configuration getConf()
Description copied from interface:Configurable
Return the configuration used by this object.- Specified by:
getConf
in interfaceConfigurable
-
-