WorkerResult#

pydantic model safir.arq.uws.WorkerResult#

A single result from the job.

Parameters:

data (Any)

Fields:
field id: str [Required]#

Identifier for the result.

field mime_type: str | None = None#

MIME type of the result.

field size: int | None = None#

Size of the result in bytes.

field url: str [Required]#

URL for the result, which must point to a GCS bucket.