Interface VertexInit (0.4.0)

Params used to initialize the Vertex SDK @param{string} project - the project name of your Google Cloud project. It is not the numeric project ID. @param{string} location - the location of your project. @param{string} [apiEndpoint] - If not specified, a default value will be resolved by SDK.

Package

@google-cloud/vertexai

Properties

apiEndpoint

apiEndpoint?: string;

googleAuthOptions

googleAuthOptions?: GoogleAuthOptions;

location

location: string;

project

project: string;