Type Alias: GatewayInferenceInputCreateBatchRequest
type GatewayInferenceInputCreateBatchRequest =
| GatewayInferenceInputOpenAIBatchJob
| GatewayInferenceInputBedrockBatchJob
| GatewayInferenceInputVertexBatchJob
| GatewayInferenceInputPortkeyBatchJob;
Defined in: src/models/ai-gateway-inference.ts:7340
Portkey CreateBatchRequest; strict modeled input with explicit JSON extension maps.
Example
`GatewayInferenceInputCreateBatchRequestSchema.parse(value);`