| Package | Description |
|---|---|
| ai.konduit.serving.input.adapter | |
| ai.konduit.serving.input.conversion |
| Modifier and Type | Method and Description |
|---|---|
OUTPUT_TYPE |
InputAdapter.convert(INPUT_TYPE input,
ConverterArgs parameters,
Map<String,Object> contextData)
Convert the input type
to the desired output type
given the
ConverterArgs |
| Modifier and Type | Method and Description |
|---|---|
Object |
BatchInputParser.convert(io.vertx.core.buffer.Buffer input,
String name,
ConverterArgs params,
io.vertx.ext.web.RoutingContext routingContext)
Use the converter specified
by name to convert a
raw
Buffer
to a proper input for inference |
Copyright © 2022. All rights reserved.