Interface ModelParams (1.1.0)

Configuration for initializing a model, for example via getGenerativeModel in VertexAI class.

Inheritance

BaseModelParams > ModelParams

Package

@google-cloud/vertexai

Properties

model

model: string;

The name of the model.

Example

"gemini-1.0-pro".