package
0.0.2
Repository: https://github.com/trendyol/go-triton-client.git
Documentation: pkg.go.dev

# Functions

NewGrpcClient creates a new gRPC client connection with the given parameters.
No description provided by the author

# Structs

BaseInferInput is a base struct that implements common functionality for InferInput.
BaseInferOutput represents basic output properties.
BaseInferResult provides common fields and methods for InferResult implementations.
InferOutputs holds model name, version, and output details.

# Interfaces

No description provided by the author
GrpcClient interface defines a method to retrieve a gRPC client connection.
No description provided by the author
InferInput is an interface that defines methods for model inference inputs.
InferOutput interface defines methods for output data.
InferResult is an interface that defines methods for retrieving output data from an inference result.
Marshaller interface defines a method for marshaling data into byte format.
RequestWrapper defines an interface for preparing inference requests.
ResponseWrapper is an interface that abstracts the differences between HTTP and gRPC responses.