app.bsky.video.defs

class atproto_client.models.app.bsky.video.defs.JobStatus

Bases: ModelBase

Definition model for app.bsky.video.defs.

field blob: BlobRef | None = None

Blob.

field did: str [Required]

Did.

field error: str | None = None

Error.

field job_id: str [Required]

Job id.

field message: str | None = None

Message.

field progress: int | None = None

Progress within the current processing state.

Constraints:
  • ge = 0

  • le = 100

field py_type: Literal['app.bsky.video.defs#jobStatus'] = 'app.bsky.video.defs#jobStatus'
field state: Literal['JOB_STATE_COMPLETED'] | Literal['JOB_STATE_FAILED'] | str [Required]

The state of the video processing job. All values not listed as a known value indicate that the job is in process.