AxInstanceRegistry
Defined in: https://github.com/ax-llm/ax/blob/be56d0cb4027af0a3a23d397cd01a57261e362d4/src/ax/dsp/registry.ts#L6
Type Parameters
Type Parameter |
---|
T extends AxTunable <IN , OUT > |
IN |
OUT |
Constructors
Constructor
new AxInstanceRegistry<T, IN, OUT>(): AxInstanceRegistry<T, IN, OUT>;
Defined in: https://github.com/ax-llm/ax/blob/be56d0cb4027af0a3a23d397cd01a57261e362d4/src/ax/dsp/registry.ts#L9
Returns
AxInstanceRegistry
<T
, IN
, OUT
>
Methods
[iterator]()
iterator: Generator<AxInstanceRegistryItem<T, IN, OUT>, void, unknown>;
Defined in: https://github.com/ax-llm/ax/blob/be56d0cb4027af0a3a23d397cd01a57261e362d4/src/ax/dsp/registry.ts#L17
Returns
Generator
<AxInstanceRegistryItem
<T
, IN
, OUT
>, void
, unknown
>
register()
register(instance: AxInstanceRegistryItem<T, IN, OUT>): void;
Defined in: https://github.com/ax-llm/ax/blob/be56d0cb4027af0a3a23d397cd01a57261e362d4/src/ax/dsp/registry.ts#L13
Parameters
Parameter | Type |
---|---|
instance | AxInstanceRegistryItem <T , IN , OUT > |
Returns
void