Interface TensorFlowServingConstants
public interface TensorFlowServingConstants
Constants used in Camel TensorFlow Serving component.
-
Field Details
-
TARGET
@Metadata(description="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", javaType="String") static final String TARGET- See Also:
-
CREDENTIALS
@Metadata(description="The credentials of the client.", javaType="io.grpc.ChannelCredentials") static final String CREDENTIALS- See Also:
-
MODEL_NAME
- See Also:
-
MODEL_VERSION
@Metadata(description="Optional choice of which version of the model to use. Use this specific version number.", javaType="long") static final String MODEL_VERSION- See Also:
-
MODEL_VERSION_LABEL
@Metadata(description="Optional choice of which version of the model to use. Use the version associated with the given label.", javaType="String") static final String MODEL_VERSION_LABEL- See Also:
-
SIGNATURE_NAME
@Metadata(description="A named signature to evaluate. If unspecified, the default signature will be used.", javaType="String") static final String SIGNATURE_NAME- See Also:
-