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/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/types.ts#L374

Type Parameters

Type ParameterDefault type
INany
OUTany

Properties

id

TypeScript
id: string;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/types.ts#L375


program

TypeScript
program: AxTunable<IN, OUT>;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/types.ts#L376


signature?

TypeScript
optional signature: string;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/types.ts#L377

Docs