diff --git a/esd_services_api_client/crystal/_models.py b/esd_services_api_client/crystal/_models.py index ea4e3f8..3a7356c 100644 --- a/esd_services_api_client/crystal/_models.py +++ b/esd_services_api_client/crystal/_models.py @@ -104,6 +104,7 @@ class AlgorithmConfiguration(DataClassJsonMixin): workgroup: Optional[str] = None version: Optional[str] = None monitoring_parameters: Optional[List[str]] = None + custom_resources: Optional[Dict[str, str]] = None @dataclass_json(letter_case=LetterCase.CAMEL)