Package org.deeplearning4j.omnihub
Class OmnihubConfig
- java.lang.Object
-
- org.deeplearning4j.omnihub.OmnihubConfig
-
public class OmnihubConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_OMNIHUB_URLstatic StringOMNIHUB_HOMEstatic StringOMNIHUB_URL
-
Constructor Summary
Constructors Constructor Description OmnihubConfig()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FilegetOmnihubHome()return the default omnihub home at $USER/.omnihub or value of the environment variableOMNIHUB_HOMEif applicablestatic StringgetOmnihubUrl()Return the omnihub hurl defaulting toDEFAULT_OMNIHUB_URLif theOMNIHUB_URLis not specified.
-
-
-
Field Detail
-
OMNIHUB_HOME
public static final String OMNIHUB_HOME
- See Also:
- Constant Field Values
-
OMNIHUB_URL
public static final String OMNIHUB_URL
- See Also:
- Constant Field Values
-
DEFAULT_OMNIHUB_URL
public static final String DEFAULT_OMNIHUB_URL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getOmnihubUrl
public static String getOmnihubUrl()
Return the omnihub hurl defaulting toDEFAULT_OMNIHUB_URLif theOMNIHUB_URLis not specified.- Returns:
-
getOmnihubHome
public static File getOmnihubHome()
return the default omnihub home at $USER/.omnihub or value of the environment variableOMNIHUB_HOMEif applicable- Returns:
-
-