aip_sdk.load_eval_config
aip_sdk.load_eval_config(path: str | Path) -> EvalConfig
Load an EvalConfig from a YAML file.
Raises
FileNotFoundError: file does not exist (standard Python, not wrapped).ConfigParseError: YAML is malformed.ConfigVersionError: schema version field is not supported.ConfigValidationError: required fields are missing or values are invalid.