VertexCredentials
data class VertexCredentials(val project: String? = null, val location: String? = null, val credentials: GoogleCredentials? = null)
Config for authenticating to Vertex AI when constructing a Gemini model.
Constructors
Link copied to clipboard
constructor(project: String? = null, location: String? = null, credentials: GoogleCredentials? = null)