ska_sdp_e2e_batch_continuum_imaging.pipelines.models.sdp.parameter_base_model module
This is an exact copy of ParameterBaseModel class from ska_sdp_scripting package. It is copied here to avoid dependency on ska_sdp_scripting package.
- pydantic model ska_sdp_e2e_batch_continuum_imaging.pipelines.models.sdp.parameter_base_model.ParameterBaseModel[source]
Bases:
BaseModelBase class for all script parameter models. New script models should derive from this.
- Config:
strict: bool = True
extra: str = forbid
arbitrary_types_allowed: bool = False
validate_assignment: bool = True