Class SharedMemoryControlGrpcContext¶
Defined in File request_grpc.h
Class Documentation¶
-
class
SharedMemoryControlGrpcContext¶ SharedMemoryControlGrpcContext is the GRPC instantiation of SharedMemoryControlContext.
Public Static Functions
-
static Error
Create(std::unique_ptr<SharedMemoryControlContext> *ctx, const std::string &server_url, bool verbose = false)¶ Create context that controls registration / unregistration of shared memory regions on the server using GRPC.
- Return
Error object indicating success or failure.
- Parameters
ctx: Returns the new SharedMemoryControlContext object.server_url: The inference server name and port.verbose: If true generate verbose output when contacting the inference server.
-
static Error