Object that contains message ksb.csle.common.proto.RunnerProto.TensorflowServingRunnerInfo TensorflowServingRunnerInfo containing attributes are as follows:
message TensorflowServingRunnerInfo { required int32 port = 1 [default = 8001]; required string modelName = 2 [default = "default"]; required string modelBasePath = 3 [default = "/your/model/base"]; repeated ServingOption options = 4; }
Get the session to access the model server.
Get the session to access the model server.
ModelSession Session to access the model server
Initialize the runner for tensorflow model serving.
Initialize the runner for tensorflow model serving.
TensorflowServingOperator instance.
ModelServingState State of model serving
Start the runner for tensorflow model serving.
Start the runner for tensorflow model serving.
ModelServingState State of model serving
Stop the runner.
Stop the runner.
:: ApplicationDeveloperApi ::
Runner that serves a tensorflow model and provides RESTful APIs.