Uses of Class
ai.konduit.serving.input.conversion.ConverterArgs
-
Packages that use ConverterArgs Package Description ai.konduit.serving.input.adapter ai.konduit.serving.input.conversion -
-
Uses of ConverterArgs in ai.konduit.serving.input.adapter
Methods in ai.konduit.serving.input.adapter with parameters of type ConverterArgs Modifier and Type Method Description OUTPUT_TYPEInputAdapter. convert(INPUT_TYPE input, ConverterArgs parameters, java.util.Map<java.lang.String,java.lang.Object> contextData)Convert the input type to the desired output type given theConverterArgs -
Uses of ConverterArgs in ai.konduit.serving.input.conversion
Methods in ai.konduit.serving.input.conversion with parameters of type ConverterArgs Modifier and Type Method Description java.lang.ObjectBatchInputParser. convert(io.vertx.core.buffer.Buffer input, java.lang.String name, ConverterArgs params, io.vertx.ext.web.RoutingContext routingContext)Use the converter specified by name to convert a rawBufferto a proper input for inference
-