Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsModelConfigInfo

The resolved, server-side view of model selector configuration for the end-user. The backend computes this per-request by applying, in order: Mendel flag evaluation, regional availability rules based on the engine's location, and admin-panel overrides from model_configs. The backend is the single source of truth for this configuration; clients should render resolved_models directly in the model selector dropdown, in the order provided, without applying their own filtering, ordering, or localization.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsModelConfigInfo
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 GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsModelConfigInfo : IDirectResponseSchema

Properties

DefaultModelId

Output only. The model_id of the model that should be selected by default in the model selector when the end-user has not made an explicit choice. The value is always one of the model_ids present in resolved_models.

Declaration
[JsonProperty("defaultModelId")]
public virtual string DefaultModelId { 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

ResolvedModels

Output only. The list of models that are available to the end-user in the model selector, in the order in which they should be displayed.

Declaration
[JsonProperty("resolvedModels")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsModelConfigInfoResolvedModel> ResolvedModels { get; set; }
Property Value
Type Description
IList<GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsModelConfigInfoResolvedModel>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX