Skip to main content

decentriq_platform.media.validation_reports

Classes

ValidationReports

ValidationReports(
matching: decentriq_platform.media.api.ValidationReport,
segments: decentriq_platform.media.api.ValidationReport,
demographics: decentriq_platform.media.api.ValidationReport,
)

A class to represent the validation reports for a DCR.

Initialize a ValidationReports instance.

Parameters:

  • matching: The matching validation report
  • segments: The segments validation report
  • demographics: The demographics validation report

model_dump_json

def model_dump_json(
self,
)

Return a JSON string representation of the validation reports.