nip.language_model_server.types.VllmStartResponse#
- class nip.language_model_server.types.VllmStartResponse(*, message: str, model_name: str, port: int)[source]#
A response obtained when starting the vLLM server.
Attributes
__fields_set__model_computed_fieldsmodel_configConfiguration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
model_extraGet extra fields set during validation.
model_fieldsmodel_fields_setReturns the set of fields that have been explicitly set on this model instance.
messageA message indicating the result of the start operation.
model_nameThe name of the model that the vLLM server is serving.
portThe port on which the vLLM server is running.
Methods