_progress
ResponseGenerationProgressInfoMixin
Bases: HordeAPIObjectBaseModel
Source code in horde_sdk/ai_horde_api/apimodels/generate/_progress.py
restarted
instance-attribute
The amount of jobs that timed out and had to be restarted or were reported as failed by a worker.
faulted
class-attribute
instance-attribute
True when this request caused an internal server error and could not be completed.
wait_time
instance-attribute
The expected amount to wait (in seconds) to generate all jobs in this request.
queue_position
instance-attribute
The position in the requests queue. This position is determined by relative Kudos amounts.
kudos
instance-attribute
The amount of total Kudos this request has consumed until now.
ResponseGenerationProgressCombinedMixin
Bases: ResponseWithProgressMixin, ResponseGenerationProgressInfoMixin