MCPcopy Create free account
hub / github.com/Noumena-Network/code / getDefaultVertexRegion

Function getDefaultVertexRegion

src/utils/envUtils.ts:135–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133 * Get the default Vertex AI region
134 */
135export function getDefaultVertexRegion(): string {
136 return process.env.CLOUD_ML_REGION || 'us-east5'
137}
138
139/**
140 * Check if bash commands should maintain project working directory (reset to original after each command)

Callers 2

getVertexRegionForModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected