fraudtwin.QualityAdapterRequest#
- class fraudtwin.QualityAdapterRequest(**data)[source][source]#
Bases:
BaseModelRead-only public workload delivered to an external adapter.
- Parameters:
profile_id (str)
profile_fingerprint (str)
public_pack (str)
public_definition (dict[str, Any])
output_dir (Path)
- model_config: ClassVar[ConfigDict] = {'extra': 'forbid', 'frozen': True}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].