package bentoml.grpc.v1

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

service BentoService

service.proto:18

a gRPC BentoServer.

message DataFrame

service.proto:204

DataFrame represents any tabular data type. We are using DataFrame as a trivial representation for tabular type. This message carries given implementation of tabular data based on given orientation. TODO: support index, records, etc.

Used in: Part, Request, Response

message File

service.proto:192

File represents for any arbitrary file type. This can be plaintext, image, video, audio, etc.

Used in: Part, Request, Response

message Multipart

service.proto:186

Multipart represents a multipart message. It comprises of a mapping from given type name to a subset of aforementioned types.

Used in: Request, Response

message NDArray

service.proto:236

NDArray represents a n-dimensional array of arbitrary type.

Used in: Part, Request, Response

enum NDArray.DType

service.proto:238

Represents data type of a given array.

Used in: NDArray

message Part

service.proto:150

Part represents possible value types for multipart message. These are the same as the types in Request message.

Used in: Multipart

message Series

service.proto:215

Series portrays a series of values. This can be used for representing Series types in tabular data.

Used in: DataFrame, Part, Request, Response

message ServiceMetadataResponse.DescriptorMetadata

service.proto:32

DescriptorMetadata is a metadata of any given IODescriptor.

Used in: InferenceAPI

message ServiceMetadataResponse.InferenceAPI

service.proto:42

InferenceAPI is bentoml._internal.service.inferece_api.InferenceAPI that is exposed to gRPC client. There is no way for reflection to get information of given @svc.api.

Used in: ServiceMetadataResponse