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/94681b903c12282732479dc5960189bbcfc2cc6f/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/94681b903c12282732479dc5960189bbcfc2cc6f/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/94681b903c12282732479dc5960189bbcfc2cc6f/src/ax/ai/google-gemini/types.ts#L325

autoTruncate?

TypeScript
optional autoTruncate: boolean;

outputDimensionality?

TypeScript
optional outputDimensionality: number;
Docs