hsfs.ge_validation_result #
ValidationResult #
Metadata object representing a validation result generated by Great Expectations in the Feature Store.
meta property writable #
Meta field of the validation report to store additional informations.
exception_info property writable #
Exception info which can be raised when running validation.
expectation_config property writable #
Expectation configuration used when running validation.
to_ge_type #
to_ge_type() -> (
great_expectations.core.ExpectationValidationResult
)
Convert to Great Expectations ExpectationValidationResult type.
| RETURNS | DESCRIPTION |
|---|---|
great_expectations.core.ExpectationValidationResult | The validation result as a Great Expectations object. |