| Package | Description |
|---|---|
| ai.konduit.serving.build.config |
| Modifier and Type | Method and Description |
|---|---|
static Serving |
Serving.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Serving[] |
Serving.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Config |
Config.serving(Serving... serving) |
| Modifier and Type | Method and Description |
|---|---|
Config |
Config.serving(List<Serving> serving) |
| Constructor and Description |
|---|
Config(String pipelinePath,
String ksVersion,
Metadata metadata,
Target target,
List<Serving> serving,
List<Module> modules,
List<Deployment> deployments) |
Copyright © 2021. All rights reserved.