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

AxAIGoogleVertexBatchEmbedResponse

TypeScript
type AxAIGoogleVertexBatchEmbedResponse = object;

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

AxAIGoogleVertexBatchEmbedResponse: Structure for handling responses from the Google Vertex API embedding requests.

Properties

predictions

TypeScript
predictions: object[];

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

embeddings

TypeScript
{
  values: number[];
}
Docs