These are the central rudimentary units in TensorFlow Serving. Objects that clients use to perform the computation are called Servables.
The size of a servable is flexible. A single servable might include anything from a lookup table to a single model to a tuple of inference models.
Hope this helps