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

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/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/google-gemini/types.ts#L326

content

TypeScript
content: string;

task_type?

TypeScript
optional task_type: AxAIGoogleGeminiEmbedTypes;

parameters

TypeScript
parameters: object;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/google-gemini/types.ts#L330

autoTruncate?

TypeScript
optional autoTruncate: boolean;

outputDimensionality?

TypeScript
optional outputDimensionality: number;
Docs