ray.serve.schema.TaskResult#

pydantic model ray.serve.schema.TaskResult[source]#

Task result Model.

PublicAPI (alpha): This API is in alpha and may change before becoming stable.

field created_at: float | None = None#

The timestamp of the task creation.

field id: str [Required]#

The ID of the task.

field result: Any [Required]#

The result of the task.

field status: str [Required]#

The status of the task.