Uses of Interface
com.yahoo.vespa.model.application.validation.Validator
Packages that use Validator
Package
Description
-
Uses of Validator in com.yahoo.vespa.model.application.validation
Classes in com.yahoo.vespa.model.application.validation that implement ValidatorModifier and TypeClassDescriptionclassBase class for OSGi bundle validator.classValidates that 'access-control' does not include any exclusions unless explicitly allowed.classValidates that 'access-control' is not enabled when no access control filter implementation is available.classA validator for bundles.classValidates that trusted data plane certificates are validclassclassEnforces that Cloud applications cannot 1) override connector specific TLS configuration 2) add additional HTTP connectorsclassValidates that only allowed-listed cloud applications can set up user-specified filter chainsclassValidates that complex fields (of type struct or map) that have struct field attributes are supported.classValidates that complex fields (of type struct or map) do not have any struct fields with 'indexing: index'.classRankingConstantsValidator validates all constant tensors (ranking constants) bundled with an application packageclassValidates that a Vespa Cloud application has at least one container cluster.classValidate deployment spec (deployment.xml).classValidates that all embedder ids specified in 'embed' expressions references an existing component.classclassValidates hnsw settings and warns if using hnsw and having searchable copies > 1 for a content clusterclassValidator to check that only infrastructure tenant can use non-default application-typeclassValidates that the container node flavour has enough resources to run configured ONNX models.classmatch:prefix for indexed fields not supportedclassValidates and logs a warning (with deploy logger) when paged attributes are used in a content cluster with nodes with remote storageclassclassChecks that the generated model does not have resources that exceeds the given quota.classValidates rank setup for all content clusters (rank-profiles, index-schema, attributes configs), validation is done by running the binary 'vespa-verify-ranksetup-bin'classValidates routingclassValidates that correct directory is used for schemasclassThis Validator iterates through all search cluster in the given VespaModel to make sure that there are no custom structs defined in any of its search definitions.classValidates the requirements for setting up a secret store.classValidates streaming modeclassclassValidates that config using s3:// urls is used in public system and with nodes that are exclusive.classValidate validation overrides (validation-overrides.xml).Constructor parameters in com.yahoo.vespa.model.application.validation with type arguments of type ValidatorModifierConstructorDescriptionValidation(List<Validator> additionalValidators) Create instance taking additional validators (e.g., for cloud applications) -
Uses of Validator in com.yahoo.vespa.model.application.validation.first
Classes in com.yahoo.vespa.model.application.validation.first that implement ValidatorModifier and TypeClassDescriptionclassValidates that applications in prod zones do not have redundancy 1 (without a validation override).