package mmesh

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

service ModelMesh

model-mesh-external.proto:28

this is a grpc version of the external model-mesh interface for managing and serving models

service ModelRuntime

model-runtime.proto:27

this is the internal "sidecar" API for interfacing with a colocated model runtime container

message ModelInfo

model-mesh-external.proto:85

Parameters holding information necessary to locate and load a given model, optional and for use only by your model runtime logic - they are passed to the model runtime loadModel api each time the model is loaded. These should *not* be use to store large amounts of data - the size of the strings should be as small as possible.

Used in: RegisterModelRequest, SetVModelRequest

message ModelStatusInfo

model-mesh-external.proto:94

Used as response type in: ModelMesh.ensureLoaded, ModelMesh.getModelStatus, ModelMesh.registerModel

Used as field type in: VModelStatusInfo

message ModelStatusInfo.ModelCopyInfo

model-mesh-external.proto:108

Used in: ModelStatusInfo

enum ModelStatusInfo.ModelStatus

model-mesh-external.proto:95

Used in: ModelStatusInfo, ModelCopyInfo

message RuntimeStatusResponse.MethodInfo

model-runtime.proto:140

Used in: RuntimeStatusResponse

enum RuntimeStatusResponse.Status

model-runtime.proto:119

Used in: RuntimeStatusResponse

message VModelStatusInfo

model-mesh-external.proto:150

Used as response type in: ModelMesh.getVModelStatus, ModelMesh.setVModel

enum VModelStatusInfo.VModelStatus

model-mesh-external.proto:151

Used in: VModelStatusInfo