Class VertexAI (0.3.1)

Base class for authenticating to Vertex, creates the preview namespace.

Package

@google-cloud/vertexai

Constructors

(constructor)(init)

constructor(init: VertexInit);

Constructs a new instance of the VertexAI class

Parameter
Name Description
init VertexInit

assign authentication related information, including project and location string, to instantiate a Vertex AI client.

Properties

preview

preview: VertexAI_Preview;