Skip to content

Latest commit

 

History

History
320 lines (174 loc) · 6.15 KB

WorkerDetails.md

File metadata and controls

320 lines (174 loc) · 6.15 KB

@zeldafan0225/ai_horde / Exports / WorkerDetails

Interface: WorkerDetails

Hierarchy

Table of contents

Properties

Properties

bridge_agent

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

Defined in

index.ts:2498


contact

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

Defined in

index.ts:2491


id

Optional id: string

The UUID of this worker.

Inherited from

WorkerDetailsLite.id

Defined in

index.ts:2505


info

Optional info: string

Extra information or comments about this worker provided by its owner.

Defined in

index.ts:2468


kudos_details

Optional kudos_details: WorkerKudosDetails

Defined in

index.ts:2456


kudos_rewards

Optional kudos_rewards: number

How many Kudos this worker has been rewarded in total.

Defined in

index.ts:2455


maintenance_mode

Optional maintenance_mode: boolean

When True, this worker will not pick up any new requests

Defined in

index.ts:2464


models

Optional models: string[]

Which models this worker if offerring

Defined in

index.ts:2483


name

Optional name: string

The Name given to this worker.

Inherited from

WorkerDetailsLite.name

Defined in

index.ts:2503


nsfw

Optional nsfw: boolean

Whether this worker can generate NSFW requests or not.

Defined in

index.ts:2470


online

Optional online: boolean

True if the worker has checked-in the past 5 minutes.

Inherited from

WorkerDetailsLite.online

Defined in

index.ts:2507


owner

Optional owner: string

Privileged or public if the owner has allowed it. The alias of the owner of this worker.

Defined in

index.ts:2472


paused

Optional paused: boolean

(Privileged) When True, this worker not be given any new requests.

Defined in

index.ts:2466


performance

Optional performance: string

The average performance of this worker in human readable form.

Defined in

index.ts:2458


requests_fulfilled

Optional requests_fulfilled: number

How many images this worker has generated.

Defined in

index.ts:2453


suspicious

Optional suspicious: number

(Privileged) How much suspicion this worker has accumulated

Defined in

index.ts:2476


team

Optional team: TeamDetailsLite

Defined in

index.ts:2484


threads

Optional threads: number

How many threads this worker is running.

Defined in

index.ts:2460


trusted

Optional trusted: boolean

The worker is trusted to return valid generations.

Defined in

index.ts:2474


uncompleted_jobs

Optional uncompleted_jobs: number

How many jobs this worker has left uncompleted after it started them.

Example

0

Defined in

index.ts:2481


uptime

Optional uptime: number

The amount of seconds this worker has been online for this Horde.

Defined in

index.ts:2462