package com.autodeployai.serving.protobuf

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

service DeploymentService

ai-serving.proto:9

Provides access to AI models served by AI-Serving.

message Field

ai-serving.proto:106

Field info

Used in: ModelInfo

message ListValue

ai-serving.proto:210

Used in: RecordSpec, Value

message ModelInfo

ai-serving.proto:64

Used as response type in: DeploymentService.Validate

Used as field type in: ModelMetadata

message ModelMetadata

ai-serving.proto:125

Model metadata with versions

Used in: GetModelMetadataResponse

message ModelSpec

ai-serving.proto:141

Contains the model name and version

Used in: DeployResponse, GetModelMetadataRequest, GetModelMetadataResponse, PredictRequest, PredictResponse, UndeployRequest, UndeployResponse

enum NullValue

ai-serving.proto:205

Used in: Value

message Record

ai-serving.proto:179

Used in: RecordSpec, Value

message RecordSpec

ai-serving.proto:173

Takes more than one records, there are two formats supported: - `records` : list like [{column -> value}, … , {column -> value}] - `split` : dict like {columns -> [columns], data -> [values]}

Used in: PredictRequest, PredictResponse

message StringStringEntryProto

ai-serving.proto:382

StringStringEntryProto follows the pattern for cross-proto-version maps. See https://developers.google.com/protocol-buffers/docs/proto3#maps

Used in: TensorProto

message TensorProto

ai-serving.proto:219

Tensors A serialized tensor value. Compatible with the onnx.TensorProto: https://github.com/onnx/onnx/blob/main/onnx/onnx.proto3

Used in: Value

enum TensorProto.DataLocation

ai-serving.proto:354

Location of the data for this tensor. MUST be one of: - DEFAULT - data stored inside the protobuf message. Data is stored in raw_data (if set) otherwise in type-specified field. - EXTERNAL - data stored in an external location as described by external_data field.

Used in: TensorProto

enum TensorProto.DataType

ai-serving.proto:220

message TensorProto.Segment

ai-serving.proto:276

For very large tensors, we may want to store them in chunks, in which case the following fields will specify the segment that is stored in the current TensorProto.

Used in: TensorProto

message Value

ai-serving.proto:185

Extends `Value` of `Struct` with the support of TensorValue

Used in: ListValue, Record