hsfs.validation_report #
[source] ValidationReport #
Metadata object representing a validation report generated by Great Expectations in the Feature Store.
[source] results property writable #
results: list[ValidationResult]
List of expectation results obtained after validation.
[source] meta property writable #
Meta field of the validation report to store additional informations.
[source] statistics property writable #
Statistics field of the validation report which store overall statistics about the validation result, e.g number of failing/successful expectations.
[source] evaluation_parameters property writable #
Evaluation parameters field of the validation report which store kwargs of the validation.