Skip to content

Latest commit

 

History

History
214 lines (115 loc) · 4.21 KB

TeamDetailsStable.md

File metadata and controls

214 lines (115 loc) · 4.21 KB

@zeldafan0225/ai_horde / Exports / TeamDetailsStable

Interface: TeamDetailsStable

Hierarchy

Table of contents

Properties

Properties

contributions

Optional contributions: number

How many megapixelsteps the workers in this team have been rewarded while part of this team.

Defined in

index.ts:2623


id

Optional id: string

The UUID of this team

Inherited from

TeamDetails.id

Defined in

index.ts:2656


info

Optional info: string

Extra information or comments about this team provided by its owner

Example

Anarchy is emergent order.

Inherited from

TeamDetails.info

Defined in

index.ts:2635


kudos

Optional kudos: number

How many Kudos the workers in this team have been rewarded while part of this team.

Inherited from

TeamDetails.kudos

Defined in

index.ts:2639


models

Optional models: ActiveModelLite[]

Inherited from

TeamDetails.models

Defined in

index.ts:2648


name

Optional name: string

The Name given to this team.

Inherited from

TeamDetails.name

Defined in

index.ts:2654


performance

Optional performance: number

The average performance of the workers in this team, in megapixelsteps per second.

Defined in

index.ts:2625


requests_fulfilled

Optional requests_fulfilled: number

How many images this team's workers have generated

Inherited from

TeamDetails.requests_fulfilled

Defined in

index.ts:2637


speed

Optional speed: number

The total expected speed of this team when all workers are working in parallel, in megapixelsteps per second.

Defined in

index.ts:2627


uptime

Optional uptime: number

The total amount of time workers have stayed online while on this team

Inherited from

TeamDetails.uptime

Defined in

index.ts:2641


worker_count

Optional worker_count: number

How many workers have been dedicated to this team

Example

10

Inherited from

TeamDetails.worker_count

Defined in

index.ts:2646


workers

Optional workers: WorkerDetailsLite[]

Inherited from

TeamDetails.workers

Defined in

index.ts:2647