nip.language_model_server.types.VllmStopRequest#
- class nip.language_model_server.types.VllmStopRequest(*, ignore_not_running: bool = False, terminate_timeout: float = 10.0)[source]#
A request to stop 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.
ignore_not_runningIf True, the server will not raise an error if it is not running.
terminate_timeoutThe timeout in seconds to wait for the server to terminate gracefully.
Methods