Uses of Interface
org.apache.camel.builder.endpoint.dsl.TensorFlowServingEndpointBuilderFactory.TensorFlowServingEndpointBuilder
Packages that use TensorFlowServingEndpointBuilderFactory.TensorFlowServingEndpointBuilder
-
Uses of TensorFlowServingEndpointBuilderFactory.TensorFlowServingEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return TensorFlowServingEndpointBuilderFactory.TensorFlowServingEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.tensorflowServing(String path) TensorFlow Serving (camel-tensorflow-serving) Provide access to TensorFlow Serving model servers to run inference with TensorFlow saved models remotely Category: ai Since: 4.10 Maven coordinates: org.apache.camel:camel-tensorflow-serving Syntax:tensorflow-serving:apiPath parameter: api (required) The TensorFlow Serving API There are 5 enums and the value can be one of: model-status, model-metadata, classify, regress, predictStaticEndpointBuilders.tensorflowServing(String componentName, String path) TensorFlow Serving (camel-tensorflow-serving) Provide access to TensorFlow Serving model servers to run inference with TensorFlow saved models remotely Category: ai Since: 4.10 Maven coordinates: org.apache.camel:camel-tensorflow-serving Syntax:tensorflow-serving:apiPath parameter: api (required) The TensorFlow Serving API There are 5 enums and the value can be one of: model-status, model-metadata, classify, regress, predict -
Uses of TensorFlowServingEndpointBuilderFactory.TensorFlowServingEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return TensorFlowServingEndpointBuilderFactory.TensorFlowServingEndpointBuilderModifier and TypeMethodDescriptionTensorFlowServingEndpointBuilderFactory.AdvancedTensorFlowServingEndpointBuilder.basic()TensorFlowServingEndpointBuilderFactory.TensorFlowServingEndpointBuilder.credentials(io.grpc.ChannelCredentials credentials) The credentials of the client.TensorFlowServingEndpointBuilderFactory.TensorFlowServingEndpointBuilder.credentials(String credentials) The credentials of the client.TensorFlowServingEndpointBuilderFactory.endpointBuilder(String componentName, String path) TensorFlowServingEndpointBuilderFactory.TensorFlowServingEndpointBuilder.modelName(String modelName) Required servable name.TensorFlowServingEndpointBuilderFactory.TensorFlowServingEndpointBuilder.modelVersion(Long modelVersion) Optional choice of which version of the model to use.TensorFlowServingEndpointBuilderFactory.TensorFlowServingEndpointBuilder.modelVersion(String modelVersion) Optional choice of which version of the model to use.TensorFlowServingEndpointBuilderFactory.TensorFlowServingEndpointBuilder.modelVersionLabel(String modelVersionLabel) Optional choice of which version of the model to use.TensorFlowServingEndpointBuilderFactory.TensorFlowServingEndpointBuilder.signatureName(String signatureName) A named signature to evaluate.The target URI of the client.TensorFlowServingEndpointBuilderFactory.TensorFlowServingBuilders.tensorflowServing(String path) TensorFlow Serving (camel-tensorflow-serving) Provide access to TensorFlow Serving model servers to run inference with TensorFlow saved models remotely Category: ai Since: 4.10 Maven coordinates: org.apache.camel:camel-tensorflow-serving Syntax:tensorflow-serving:apiPath parameter: api (required) The TensorFlow Serving API There are 5 enums and the value can be one of: model-status, model-metadata, classify, regress, predictTensorFlowServingEndpointBuilderFactory.TensorFlowServingBuilders.tensorflowServing(String componentName, String path) TensorFlow Serving (camel-tensorflow-serving) Provide access to TensorFlow Serving model servers to run inference with TensorFlow saved models remotely Category: ai Since: 4.10 Maven coordinates: org.apache.camel:camel-tensorflow-serving Syntax:tensorflow-serving:apiPath parameter: api (required) The TensorFlow Serving API There are 5 enums and the value can be one of: model-status, model-metadata, classify, regress, predict