ska_sdp_e2e_batch_continuum_imaging.pipelines.models.global_parameter_config module
- pydantic model ska_sdp_e2e_batch_continuum_imaging.pipelines.models.global_parameter_config.GlobalParameterConfig[source]
Bases:
PiperBaseModelParameters for the batch e2e pipeline execution when run from SDP.
- Config:
strict: bool = False
extra: str = forbid
arbitrary_types_allowed: bool = False
validate_assignment: bool = True
validate_default: bool = True
- Fields:
-
field eb_id:
Annotated[str] = <PIPER_UNDEFINED> ID of the Execution Block
- Constraints:
func = <function PiperUndefined.validate at 0x7c2878278160>
return_type = PydanticUndefined
when_used = always
json_schema_input_type = PydanticUndefined
-
field sdp_metadata_config:
Annotated[SDPMetadataConfig] [Optional] SDP metadata configuration.