Class ConstantValidator

java.lang.Object
com.yahoo.vespa.model.application.validation.ConstantValidator
All Implemented Interfaces:
Validator

public class ConstantValidator extends Object implements Validator
RankingConstantsValidator validates all constant tensors (ranking constants) bundled with an application package
Author:
Vegard Sjonfjell
  • Constructor Details

    • ConstantValidator

      public ConstantValidator()
  • Method Details

    • validate

      public void validate(Validation.Context context)
      Description copied from interface: Validator
      Validates the input Vespa model; illegal configuration should be reported through the context, while other problems (system error, insufficient quota, etc.) should be thrown.
      Specified by:
      validate in interface Validator