@zeldafan0225/ai_horde / Exports / WorkerDetails
-
↳
WorkerDetails
- bridge_agent
- contact
- id
- info
- kudos_details
- kudos_rewards
- maintenance_mode
- models
- name
- nsfw
- online
- owner
- paused
- performance
- requests_fulfilled
- suspicious
- team
- threads
- trusted
- uncompleted_jobs
- uptime
• Optional
bridge_agent: string
The bridge agent name, version and website @default: unknown:0:unknown @example: AI Horde Worker:11:https://github.com/db0/AI-Horde-Worker @maxLength: 1000
• Optional
contact: string
(Privileged) Contact details for the horde admins to reach the owner of this worker in emergencies.
Example
email@example.com
Min Length
5
Max Length
500
• Optional
id: string
The UUID of this worker.
• Optional
info: string
Extra information or comments about this worker provided by its owner.
• Optional
kudos_details: WorkerKudosDetails
• Optional
kudos_rewards: number
How many Kudos this worker has been rewarded in total.
• Optional
maintenance_mode: boolean
When True, this worker will not pick up any new requests
• Optional
models: string
[]
Which models this worker if offerring
• Optional
name: string
The Name given to this worker.
• Optional
nsfw: boolean
Whether this worker can generate NSFW requests or not.
• Optional
online: boolean
True if the worker has checked-in the past 5 minutes.
• Optional
owner: string
Privileged or public if the owner has allowed it. The alias of the owner of this worker.
• Optional
paused: boolean
(Privileged) When True, this worker not be given any new requests.
• Optional
performance: string
The average performance of this worker in human readable form.
• Optional
requests_fulfilled: number
How many images this worker has generated.
• Optional
suspicious: number
(Privileged) How much suspicion this worker has accumulated
• Optional
team: TeamDetailsLite
• Optional
threads: number
How many threads this worker is running.
• Optional
trusted: boolean
The worker is trusted to return valid generations.
• Optional
uncompleted_jobs: number
How many jobs this worker has left uncompleted after it started them.
Example
0
• Optional
uptime: number
The amount of seconds this worker has been online for this Horde.