Selects which "view" of the model selector configuration the backend computes for WidgetConfig.UiSettings.ModelConfigInfo.
The end-user (WEB) view returns the user-facing model selector; the ADMIN view returns the set surfaced on the Cloud Console admin "Feature Control" page, with ModelConfigInfo.ResolvedModel.admin_view populated on each entry.
NOTE: there is intentionally no MOBILE value here. The mobile surface is detected out-of-band from the X-Goog-Gemini-Enterprise-Mobile HTTP header not via this field.
| Enums | |
|---|---|
MODEL_INFO_VIEW_UNSPECIFIED |
Not specified. |
END_USER_WEB |
The end-user web model selector view. |
ADMIN |
The Cloud Console admin "Feature Control" view that displays model toggles. Returns admin-surfaced models with ResolvedModel.admin_view populated. |