JobUpdateExecuting¶
- pydantic model safir.uws.JobUpdateExecuting¶
Input model when marking a job as executing.
- Parameters:
data (
Any
)- Fields:
- field phase: Annotated[Literal[ExecutionPhase.EXECUTING], Field(title='New phase', description='New phase of job', examples=[ExecutionPhase.EXECUTING])] [Required]¶
New phase of job
- field start_time: Annotated[UtcDatetime, Field(title='Start time', description='When the job started executing', examples=['2024-11-01T12:15:45+00:00'])] [Required]¶
When the job started executing
- Constraints:
func = <function normalize_datetime at 0x7ff01c54ede0>