Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1 Client class Model.
Model selection for the agent.
Protobuf type google.cloud.geminidataanalytics.v1.ChatRequest.Model
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1 \ ChatRequestMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MODEL_UNSPECIFIED
Value: 0No model specified. The default model will be used. Currently, this is
gemini-3.0-flash-preview.
Generated from protobuf enum MODEL_UNSPECIFIED = 0;
LATEST_GA_MODEL
Value: 1Use the most up-to-date non-preview model. Currently, this is
gemini-2.5-flash. This constrains the request level settings. The
default will change to gemini-2.5-flash, and setting thinking_mode
will not be supported.
Generated from protobuf enum LATEST_GA_MODEL = 1;