Send feedback
Class VertexAI_Preview (0.3.1)
Stay organized with collections
Save and categorize content based on your preferences.
VertexAI class internal implementation for authentication.
Package
@google-cloud/vertexai
Constructors
(constructor)(project, location, apiEndpoint, googleAuthOptions)
constructor ( project : string , location : string , apiEndpoint ?: string | undefined , googleAuthOptions ?: GoogleAuthOptions<import ( "google-auth-library/build/src/auth/googleauth" ). JSONClient > | undefined );
Constructs a new instance of the VertexAI_Preview
class
Parameters
Name
Description
project
string
location
string
apiEndpoint
string | undefined
googleAuthOptions
GoogleAuthOptions <import("google-auth-library/build/src/auth/googleauth").JSONClient > | undefined
Properties
apiEndpoint
readonly apiEndpoint ?: string | undefined ;
googleAuth
protected googleAuth : GoogleAuth ;
googleAuthOptions
readonly googleAuthOptions ?: GoogleAuthOptions<import ( "google-auth-library/build/src/auth/googleauth" ). JSONClient > | undefined ;
location
readonly location : string ;
project
readonly project : string ;
Methods
getGenerativeModel(modelParams)
getGenerativeModel ( modelParams : ModelParams ) : GenerativeModel ;
validateGoogleAuthOptions(project, googleAuthOptions)
validateGoogleAuthOptions ( project : string , googleAuthOptions ?: GoogleAuthOptions ) : GoogleAuthOptions ;
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-12 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-12 UTC."],[],[]]