AxGEPABatchRow Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxGEPABatchRow.md type AxGEPABatchRow

AxGEPABatchRow

TypeScript
type AxGEPABatchRow = object;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/optimizers/gepaEvaluation.ts#L15

Properties

input

TypeScript
input: AxExample;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/optimizers/gepaEvaluation.ts#L16


prediction

TypeScript
prediction: unknown;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/optimizers/gepaEvaluation.ts#L17


scalar

TypeScript
scalar: number;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/optimizers/gepaEvaluation.ts#L19


scores

TypeScript
scores: Record<string, number>;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/optimizers/gepaEvaluation.ts#L18

Docs