| Package | Description |
|---|---|
| ai.konduit.serving.build.cli | |
| ai.konduit.serving.build.config | |
| ai.konduit.serving.build.deployments |
| Modifier and Type | Method and Description |
|---|---|
List<Deployment> |
BuildCLI.parseDeployments(Map<String,String> props) |
| Modifier and Type | Method and Description |
|---|---|
List<Deployment> |
Config.deployments() |
| Modifier and Type | Method and Description |
|---|---|
Config |
Config.deployments(Deployment... deployments) |
| Modifier and Type | Method and Description |
|---|---|
Config |
Config.deployments(List<Deployment> deployments) |
| Constructor and Description |
|---|
Config(String pipelinePath,
String ksVersion,
Metadata metadata,
Target target,
List<Serving> serving,
List<Module> modules,
List<Deployment> deployments) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassPathDeployment |
class |
DebDeployment |
class |
DockerDeployment |
class |
ExeDeployment |
class |
RpmDeployment |
class |
TarDeployment |
class |
UberJarDeployment |
Copyright © 2022. All rights reserved.