Class KServeConfiguration
java.lang.Object
org.apache.camel.component.kserve.KServeConfiguration
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()io.grpc.ChannelCredentialsvoidsetCredentials(io.grpc.ChannelCredentials credentials) The credentials of the client.voidsetModelName(String modelName) The name of the model used for inference.voidsetModelVersion(String modelVersion) The version of the model used for inference.voidThe target URI of the client.
-
Constructor Details
-
KServeConfiguration
public KServeConfiguration()
-
-
Method Details
-
getTarget
-
setTarget
The target URI of the client. See: https://grpc.github.io/grpc-java/javadoc/io/grpc/Grpc.html#newChannelBuilder%28java.lang.String,io.grpc.ChannelCredentials%29 -
getCredentials
public io.grpc.ChannelCredentials getCredentials() -
setCredentials
public void setCredentials(io.grpc.ChannelCredentials credentials) The credentials of the client. -
getModelName
-
setModelName
The name of the model used for inference. -
getModelVersion
-
setModelVersion
The version of the model used for inference. -
copy
-