AxAIGoogleVertexBatchEmbedRequest Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxAIGoogleVertexBatchEmbedRequest.md type AxAIGoogleVertexBatchEmbedRequest

AxAIGoogleVertexBatchEmbedRequest

TypeScript
type AxAIGoogleVertexBatchEmbedRequest = object;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/google-gemini/types.ts#L319

AxAIGoogleVertexBatchEmbedRequest: Structure for making an embedding request to the Google Vertex API.

Properties

instances

TypeScript
instances: object[];

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/google-gemini/types.ts#L320

content

TypeScript
content: string;

task_type?

TypeScript
optional task_type: AxAIGoogleGeminiEmbedTypes;

parameters

TypeScript
parameters: object;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/google-gemini/types.ts#L324

autoTruncate?

TypeScript
optional autoTruncate: boolean;

outputDimensionality?

TypeScript
optional outputDimensionality: number;
Docs