Skip to content

AxProgramWithSignature

Class: AxProgramWithSignature<IN, OUT>

Extended by

Type Parameters

IN extends AxGenIn

OUT extends AxGenOut

Implements

Constructors

new AxProgramWithSignature()

new AxProgramWithSignature<IN, OUT>(signature): AxProgramWithSignature<IN, OUT>

Parameters

signature: Readonly<string | AxSignature>

Returns

AxProgramWithSignature<IN, OUT>

Defined in

src/ax/dsp/program.ts:87

Properties

demos?

protected optional demos: Record<string, AxFieldValue>[]

Defined in

src/ax/dsp/program.ts:80


examples?

protected optional examples: Record<string, AxFieldValue>[]

Defined in

src/ax/dsp/program.ts:79


sigHash

protected sigHash: string

Defined in

src/ax/dsp/program.ts:77


signature

protected signature: AxSignature

Defined in

src/ax/dsp/program.ts:76


trace?

protected optional trace: Record<string, AxFieldValue>

Defined in

src/ax/dsp/program.ts:81


usage

protected usage: AxTokenUsage & object[] = []

Defined in

src/ax/dsp/program.ts:82

Methods

forward()

forward(_arg0, _options?): Promise<OUT>

Parameters

_arg0: IN

_options?: Readonly<AxProgramForwardOptions>

Returns

Promise<OUT>

Defined in

src/ax/dsp/program.ts:105


getSignature()

getSignature(): AxSignature

Returns

AxSignature

Defined in

src/ax/dsp/program.ts:94


getTraces()

getTraces(): AxProgramTrace[]

Returns

AxProgramTrace[]

Implementation of

AxTunable.getTraces

Defined in

src/ax/dsp/program.ts:168


getUsage()

getUsage(): AxTokenUsage & object[]

Returns

AxTokenUsage & object[]

Implementation of

AxUsable.getUsage

Defined in

src/ax/dsp/program.ts:182


register()

register(prog): void

Parameters

prog: Readonly<AxTunable & AxUsable>

Returns

void

Defined in

src/ax/dsp/program.ts:98


resetUsage()

resetUsage(): void

Returns

void

Implementation of

AxUsable.resetUsage

Defined in

src/ax/dsp/program.ts:192


setDemos()

setDemos(demos): void

Parameters

demos: readonly AxProgramDemos[]

Returns

void

Implementation of

AxTunable.setDemos

Defined in

src/ax/dsp/program.ts:199


setExamples()

setExamples(examples): void

Parameters

examples: Readonly<AxProgramExamples>

Returns

void

Implementation of

AxTunable.setExamples

Defined in

src/ax/dsp/program.ts:127


setId()

setId(id): void

Parameters

id: string

Returns

void

Implementation of

AxTunable.setId

Defined in

src/ax/dsp/program.ts:114


setParentId()

setParentId(parentId): void

Parameters

parentId: string

Returns

void

Implementation of

AxTunable.setParentId

Defined in

src/ax/dsp/program.ts:121