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