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