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/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/ai/google-gemini/types.ts#L320

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/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/ai/google-gemini/types.ts#L321

content

TypeScript
content: string;

task_type?

TypeScript
optional task_type: AxAIGoogleGeminiEmbedTypes;

parameters

TypeScript
parameters: object;

Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/ai/google-gemini/types.ts#L325

autoTruncate?

TypeScript
optional autoTruncate: boolean;

outputDimensionality?

TypeScript
optional outputDimensionality: number;
Docs