package inference

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service GRPCInferenceService

kfs_inference_v2.proto:6

Inference Server GRPC endpoints.

message InferParameter

kfs_inference_v2.proto:252

An inference parameter value. The Parameters message describes a “name”/”value” pair, where the “name” is the name of the parameter and the “value” is a boolean, integer, or string corresponding to the parameter.

Used in: ModelInferRequest, ModelInferRequest.InferInputTensor, ModelInferRequest.InferRequestedOutputTensor, ModelInferResponse, ModelInferResponse.InferOutputTensor

message InferTensorContents

kfs_inference_v2.proto:272

The data contained in a tensor represented by the repeated type that matches the tensor's data type. Protobuf oneof is not used because oneofs cannot contain repeated fields.

Used in: ModelInferRequest.InferInputTensor, ModelInferResponse.InferOutputTensor

message ModelInferRequest.InferInputTensor

kfs_inference_v2.proto:125

An input tensor for an inference request.

Used in: ModelInferRequest

message ModelInferRequest.InferRequestedOutputTensor

kfs_inference_v2.proto:146

An output tensor requested for an inference request.

Used in: ModelInferRequest

message ModelInferResponse.InferOutputTensor

kfs_inference_v2.proto:196

An output tensor returned for an inference request.

Used in: ModelInferResponse

message ModelMetadataResponse.TensorMetadata

kfs_inference_v2.proto:93

Metadata for a tensor.

Used in: ModelMetadataResponse