UWSJobParameter¶ class safir.uws.UWSJobParameter(parameter_id, value)¶ Bases: object An input parameter to the job. Parameters: parameter_id (str) value (str) Methods Summary to_dict() Convert to a dictionary, primarily for logging. to_xml_model() Convert to a Pydantic XML model. Methods Documentation to_dict()¶ Convert to a dictionary, primarily for logging. Return type: dict[str, str | bool] to_xml_model()¶ Convert to a Pydantic XML model. Return type: Parameter