public class Module extends Object
| Modifier and Type | Field and Description |
|---|---|
static Module |
CLI |
static String |
CURRENT_KS_VERSION |
static Module |
DL4J |
static Module |
GRPC |
static Module |
HTTP |
static Module |
IMAGE |
static Module |
MQTT |
static Module |
PIPELINE |
static Module |
SAMEDIFF |
static Module |
TENSORFLOW |
static Module |
VERTX |
| Constructor and Description |
|---|
Module(String name,
Dependency dependency,
ModuleRequirements dependencyRequirements,
ModuleRequirements dependencyOptional) |
| Modifier and Type | Method and Description |
|---|---|
Object |
dependenciesOptional() |
static Module |
forName(String moduleName) |
static Module |
forShortName(String moduleShortName) |
protected static Dependency |
ksModule(String name) |
static boolean |
moduleExistsForName(String module,
boolean shortName) |
protected static DependencyRequirement |
parseDependenciesLine(String line,
boolean any) |
public static final String CURRENT_KS_VERSION
public static final Module PIPELINE
public static final Module VERTX
public static final Module HTTP
public static final Module GRPC
public static final Module MQTT
public static final Module DL4J
public static final Module SAMEDIFF
public static final Module TENSORFLOW
public static final Module IMAGE
public static final Module CLI
public Module(String name, Dependency dependency, ModuleRequirements dependencyRequirements, ModuleRequirements dependencyOptional)
public Object dependenciesOptional()
public static Module forName(String moduleName)
moduleName - The full name of the module - for example "konduit-serving-tensorflow"public static Module forShortName(String moduleShortName)
moduleShortName - The full name of the module - for example "tensorflow" to get the "konduit-serving-tensorflow" modulepublic static boolean moduleExistsForName(String module, boolean shortName)
module - Name of the moduleshortName - If true: the name is a short name (as per forShortName(String)protected static DependencyRequirement parseDependenciesLine(String line, boolean any)
protected static Dependency ksModule(String name)
Copyright © 2021. All rights reserved.