Interface EmbeddingsGoogleVertexNodeParameters

Source

interface EmbeddingsGoogleVertexNodeParameters {
    location?: "" | "global" | "eu" | "us";
    modelName?: string;
    projectId?: { mode: "id" | "list"; value: string };
}

Properties§

§readonly location?: "" | "global" | "eu" | "us"

Where the model runs. Newer Gemini models (3.x) are only available on the Global or the EU/US multi-region locations. Leave as Default to use the region set in the credential.

§readonly modelName?: string

The model which will generate the embeddings. Learn more. Default: "text-embedding-005"

§readonly projectId?: { ... }

Select or enter your Google Cloud project ID Default: {"mode":"list","value":""}