Class TensorFlowServingEndpointBuilderFactory.TensorFlowServingHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.TensorFlowServingEndpointBuilderFactory.TensorFlowServingHeaderNameBuilder
- Enclosing interface:
TensorFlowServingEndpointBuilderFactory
public static class TensorFlowServingEndpointBuilderFactory.TensorFlowServingHeaderNameBuilder
extends Object
The builder of headers' name for the TensorFlow Serving component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe credentials of the client.Required servable name.Optional choice of which version of the model to use.Optional choice of which version of the model to use.A named signature to evaluate.The target of the client.
-
Constructor Details
-
TensorFlowServingHeaderNameBuilder
public TensorFlowServingHeaderNameBuilder()
-
-
Method Details
-
tensorFlowServingTarget
The target of the client. See: https://grpc.github.io/grpc-java/javadoc/io/grpc/Grpc.html#newChannelBuilder%28java.lang.String,io.grpc.ChannelCredentials%29. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
TensorFlowServingTarget.
-
tensorFlowServingCredentials
The credentials of the client. The option is a:io.grpc.ChannelCredentialstype. Group: producer- Returns:
- the name of the header
TensorFlowServingCredentials.
-
tensorFlowServingModelName
Required servable name. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
TensorFlowServingModelName.
-
tensorFlowServingModelVersion
Optional choice of which version of the model to use. Use this specific version number. The option is a:longtype. Group: producer- Returns:
- the name of the header
TensorFlowServingModelVersion.
-
tensorFlowServingModelVersionLabel
Optional choice of which version of the model to use. Use the version associated with the given label. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
TensorFlowServingModelVersionLabel.
-
tensorFlowServingSignatureName
A named signature to evaluate. If unspecified, the default signature will be used. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
TensorFlowServingSignatureName.
-