interface EmbeddingsGoogleVertexNodeParameters {
location?: "" | "global" | "eu" | "us";
modelName?: string;
projectId?: { mode: "id" | "list"; value: string };
}
Properties§
§
§
§
readonly location?: "" | "global" | "eu" | "us"
readonly model Name?: string
The model which will generate the embeddings. Learn more. Default: "text-embedding-005"
readonly project Id?: { ... }
Select or enter your Google Cloud project ID Default: {"mode":"list","value":""}
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.