iqm.iqm_client.models.CalibrationSet#
- class iqm.iqm_client.models.CalibrationSet(*, calibration_set_id: UUID, calibration_set_dut_label: str, calibration_set_is_invalid: bool, calibration_set_created_timestamp: str, calibration_set_end_timestamp: str, observations: dict[str, Any])#
- Bases: - BaseModel- Metadata and observations of a calibration set. - Attributes - Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict]. - ID of the calibration set. - Chip Label of the calibration set. - Whether the calibration set is invalid. - Timestamp when the calibration set was created. - Timestamp when the calibration set was finalized. - Calibration data. - Methods - Parameters:
 - calibration_set_id: UUID#
- ID of the calibration set. 
 - model_config: ClassVar[ConfigDict] = {}#
- Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict]. 
 
