Class GoogleCloudDiscoveryengineV1WidgetConfigUiSettingsModelConfigInfoResolvedModel
A single model that is resolved to be available to the end-user in the model selector, with all of its localized display metadata.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1WidgetConfigUiSettingsModelConfigInfoResolvedModel : IDirectResponseSchema
Properties
Description
Output only. Localized description text (e.g. State-of-the-art reasoning). Localized using the same locale
as display_name.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayName
Output only. Localized display name of the model (e.g. Gemini 3.1 Pro). Localized server-side based on the
LookupWidgetConfigRequest.language_code and LookupWidgetConfigRequest.region_code of the request.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Icon
Output only. GM3-compatible icon token associated with the model (e.g. rocket_launch, bolt, graph_5).
Declaration
[JsonProperty("icon")]
public virtual string Icon { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsPreview
Output only. Whether the model is currently in preview. Clients should surface this via a "Preview" badge in the selector UI.
Declaration
[JsonProperty("isPreview")]
public virtual bool? IsPreview { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ModelId
Output only. Unique identifier of the model (e.g. gemini-2.5-flash, gemini-3.1-pro-preview). This is the
same identifier that clients pass back to the assistant service to select this model. Virtual / "pseudo"
models (e.g. gemini-fast) are also valid values here; they are resolved to the underlying concrete model
on the backend.
Declaration
[JsonProperty("modelId")]
public virtual string ModelId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |