Class RestartOnDeployForLocalLLMValidator
java.lang.Object
com.yahoo.vespa.model.application.validation.change.RestartOnDeployForLocalLLMValidator
- All Implemented Interfaces:
ChangeValidator
If using local LLMs, this validator will make sure that restartOnDeploy is set for
configs for this cluster.
- Author:
- lesters
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
validate
(Validation.ChangeContext context) Validates changes from the previous to the next model.
-
Field Details
-
LOCAL_LLM_COMPONENT
-
-
Constructor Details
-
RestartOnDeployForLocalLLMValidator
public RestartOnDeployForLocalLLMValidator()
-
-
Method Details
-
validate
Description copied from interface:ChangeValidator
Validates changes from the previous to the next model. Necessary actions by the user should be reported through the context; seeValidator
for more details.- Specified by:
validate
in interfaceChangeValidator
-