Get desktop application:
View/edit binary Protocol Buffers messages
Endpoints of the FastText Serving interface
Get the list of models served by the model
(message has no fields)
Get the status of a specific model model
Get words vectors from the model
The name or ID of the model to use
A batch with a set of words to obtain their vectors
A set of vectors, one for each word in the batch
The specification of the model used to get vectors
Load a list of models
Get a prediction performed by a model
The name or ID of the model to use
A batch with a set of sentences to predict
Top K labels will be returned for each prediction
A set of predictions, one for each element in the batch
The specification of the model used for inference
Reload model config file
(message has no fields)
The specifications of a FastText model
Used in: , , , ,
The current status of a FastText model
Used in:
State of the model
Used in:
The model is not in the configuration of models loaded
The model is ready to make predictions as it is being served by the service
The model is defined but it is not loaded due to resource constraints
The model cannot be loaded due to an errors
A prediction made for a text string
Used in:
The list of labels to identify the class / category
The list of scores assigned to each label
The vector of a word
Used in: