Skip to main content

config

Config for the PDF report step (v1).

Classes

PDFReportConfig

class PDFReportConfig(**data: Any):

Config for the PDF report generation step.

All fields are required — defaults are provided by the YAML template.

Create a new model by parsing and validating input data from keyword arguments.

Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.

self is explicitly positional-only to allow self as a field name.

Variables

  • static heading : str
  • static model_config
  • static text_fields : list[dict[str, str]]
  • static total_ga_area_lower_bound : float
  • static total_ga_area_upper_bound : float
  • static trial_name : str