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

AxNamedProgramInstance

TypeScript
type AxNamedProgramInstance<IN, OUT> = object;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/types.ts#L350

Type Parameters

Type ParameterDefault type
INany
OUTany

Properties

id

TypeScript
id: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/types.ts#L351


program

TypeScript
program: AxTunable<IN, OUT>;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/types.ts#L352


signature?

TypeScript
optional signature: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/types.ts#L353

Docs