JobUpdateCompleted#

pydantic model safir.uws.JobUpdateCompleted#

Input model when marking a job as complete.

Parameters:

data (Any)

Fields:
field phase: COMPLETED: 'COMPLETED'>])] [Required]#

New phase of job

field results: Annotated[list[JobResult], FieldInfo(annotation=NoneType, required=True, title='Job results', description='All the results of the job')] [Required]#

All the results of the job