Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsModelConfigInfoResolvedModel

A single model that is resolved to be available to the end-user in the model selector, with all of its localized display metadata.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsModelConfigInfoResolvedModel
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsModelConfigInfoResolvedModel : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX