Default package

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

service FastText

service.proto:20

Endpoints of the FastText Serving interface

message ModelSpec

model.proto:18

The specifications of a FastText model

Used in: LoadModelsRequest, LoadedModelsResponse, ModelStatusRequest, PredictResponse, VectorsResponse

message ModelStatus

model.proto:25

The current status of a FastText model

Used in: ModelStatusResponse

enum ModelStatus.ModelState

model.proto:27

State of the model

Used in: ModelStatus

message Prediction

model.proto:42

A prediction made for a text string

Used in: PredictResponse

message WordVector

model.proto:50

The vector of a word

Used in: VectorsResponse