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/7965c876f6a5b641e0cf166e8942e540cfde65e1/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/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/dsp/types.ts#L375


program

TypeScript
program: AxTunable<IN, OUT>;

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


signature?

TypeScript
optional signature: string;

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

Docs