public sealed class RuntimeConfig.Types.VertexAISearchRuntimeConfig : IMessage<RuntimeConfig.Types.VertexAISearchRuntimeConfig>, IEquatable<RuntimeConfig.Types.VertexAISearchRuntimeConfig>, IDeepCloneable<RuntimeConfig.Types.VertexAISearchRuntimeConfig>, IBufferMessage, IMessage
Implements
IMessageRuntimeConfigTypesVertexAISearchRuntimeConfig, IEquatableRuntimeConfigTypesVertexAISearchRuntimeConfig, IDeepCloneableRuntimeConfigTypesVertexAISearchRuntimeConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
VertexAISearchRuntimeConfig()
public VertexAISearchRuntimeConfig()
VertexAISearchRuntimeConfig(VertexAISearchRuntimeConfig)
public VertexAISearchRuntimeConfig(RuntimeConfig.Types.VertexAISearchRuntimeConfig other)
Parameter | |
---|---|
Name | Description |
other |
RuntimeConfigTypesVertexAISearchRuntimeConfig |
Properties
EngineId
public string EngineId { get; set; }
Optional. Vertex AI Search engine ID. This is used to construct the search request. By setting this engine_id, API will construct the serving config using the default value to call search API for the user. The engine_id and serving_config_name cannot both be empty at the same time.
Property Value | |
---|---|
Type | Description |
string |
ServingConfigName
public string ServingConfigName { get; set; }
Optional. Vertex AI Search serving config name. Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}
Property Value | |
---|---|
Type | Description |
string |