JobUpdateCompleted¶
- pydantic model safir.uws.JobUpdateCompleted¶
Input model when marking a job as complete.
- Parameters:
data (
Any
)- Fields:
- field phase: Annotated[Literal[ExecutionPhase.COMPLETED], Field(title='New phase', description='New phase of job', examples=[ExecutionPhase.COMPLETED])] [Required]¶
New phase of job
- field results: Annotated[list[JobResult], Field(title='Job results', description='All the results of the job')] [Required]¶
All the results of the job