AxInstanceRegistry
Defined in: https://github.com/ax-llm/ax/blob/b50783a160295ce34ac10dcaf3bd8fff4a01d535/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/b50783a160295ce34ac10dcaf3bd8fff4a01d535/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/b50783a160295ce34ac10dcaf3bd8fff4a01d535/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/b50783a160295ce34ac10dcaf3bd8fff4a01d535/src/ax/dsp/registry.ts#L13
Parameters
| Parameter | Type |
|---|---|
instance | AxInstanceRegistryItem<T, IN, OUT> |
Returns
void