fraudtwin.QualityBenchmarkProfile#

class fraudtwin.QualityBenchmarkProfile(**data)[source][source]#

Bases: BaseModel

Immutable public workload and protocol selection.

Parameters:
  • profile_id (str)

  • profile_version (str)

  • public_packs (tuple[str, ...])

  • scale_size (str)

  • protocol_version (str)

model_config: ClassVar[ConfigDict] = {'extra': 'forbid', 'frozen': True}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].