AxEventInputBuilder
Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/event/types.ts#L301
Type Parameters
| Type Parameter | Default type |
|---|---|
IN | any |
Methods
build()
build(): Readonly<AxEventInputPlan<IN>>;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/event/types.ts#L307
Returns
Readonly<AxEventInputPlan<IN>>
field()
field<K>(field: K, path: Readonly<AxEventPath>): AxEventInputBuilder<IN>;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/event/types.ts#L303
Type Parameters
| Type Parameter |
|---|
K extends string |
Parameters
| Parameter | Type |
|---|---|
field | K |
path | Readonly<AxEventPath> |
Returns
AxEventInputBuilder<IN>
project()
project(path: Readonly<AxEventPath>): AxEventInputBuilder<IN>;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/event/types.ts#L302
Parameters
| Parameter | Type |
|---|---|
path | Readonly<AxEventPath> |
Returns
AxEventInputBuilder<IN>