# Packages
No description provided by the author
# Functions
NewClient creates a new gRPCInferenceServerClient.
NewInferInput creates a new gRPC InferInput instance with the given parameters.
NewInferOutput creates a new instance of InferOutput with the provided name and parameters.
NewInferResult creates a new gRPC InferResult instance.
NewRequestWrapper initializes and returns a new RequestWrapper instance with the provided model details, inputs, outputs, and other configurations.
No description provided by the author
# Structs
InferInput is the gRPC implementation of the base.InferInput interface.
No description provided by the author
InferResult represents the result of an inference operation using gRPC.
RequestWrapper is a struct that encapsulates all necessary data to create and manage a gRPC request for a model inference.
ResponseWrapper wraps a gRPC response to implement UnifiedResponse.