Skip to content

Type Alias: PrioritizedBatchItem

ts
type PrioritizedBatchItem = {
  item: BatchItem;
  processAmount: number;
};

Defined in: evaluator/LlamaContext/types.ts:487

Type declaration

item

ts
item: BatchItem;

processAmount

ts
processAmount: number;