← back to informatics-isi-edu__deriva-ml

All specs 2 total

All specs Real LLM only Function bodies
SchemaValidator._validate_vocabulary_termsREAL LLM gemma4:latest · · unknown
src/deriva_ml/schema/validation.py
Validates the presence of required vocabulary terms across multiple specified tables. It accepts a SchemaValidationReport object as input and returns nothing. The function queries the system's vocabulary terms for each expected table, comparing the retrieved terms against a predefined set of required terms. If any required term is missing or if an error occurs during the validation process, it records an appropriate error message onto the provided report object.
SchemaValidator._validate_vocabulary_termstemplated static_v1 · O(n^2) · Apache-2.0
src/deriva_ml/schema/validation.py · L552
Method `SchemaValidator._validate_vocabulary_terms` with 1 parameter(s); returns `None`. Contains 2 loop(s).