JobUpdateCompleted¶ pydantic model safir.uws.JobUpdateCompleted¶ Input model when marking a job as complete. Parameters: data (Any) Fields: phase (Literal[vo_models.uws.types.ExecutionPhase.COMPLETED]) results (list[safir.uws._models.JobResult]) field phase: Annotated[Literal[<ExecutionPhase.COMPLETED: 'COMPLETED'>]] [Required]¶ New phase of job field results: Annotated[list[JobResult]] [Required]¶ All the results of the job