class documentation
class JobMessageResponse(HubAIJobMessageResponse):
Status and output metadata for an asynchronous HubAI job.
- Common fields:
- id, name, and status identify the job and its state. queued_at, started_at, and finished_at describe timing. Successful jobs populate result; failed jobs may populate exception and logs.