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/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/google-gemini/types.ts#L317

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/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/google-gemini/types.ts#L318

content

TypeScript
content: string;

task_type?

TypeScript
optional task_type: AxAIGoogleGeminiEmbedTypes;

parameters

TypeScript
parameters: object;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/google-gemini/types.ts#L322

autoTruncate?

TypeScript
optional autoTruncate: boolean;

outputDimensionality?

TypeScript
optional outputDimensionality: number;
Docs