Skip to main content

Type Alias: GatewayInferenceInputListFineTuningEventsQuery

type GatewayInferenceInputListFineTuningEventsQuery = {
after?: string;
limit?: number;
};

Defined in: src/models/ai-gateway-inference.ts:6176

Portkey ListFineTuningEventsQuery; strict modeled input with explicit JSON extension maps.

Example​

`GatewayInferenceInputListFineTuningEventsQuerySchema.parse(value);`

Properties​

after?​

optional after?: string;

Defined in: src/models/ai-gateway-inference.ts:6176


limit?​

optional limit?: number;

Defined in: src/models/ai-gateway-inference.ts:6176