Class GoogleCloudAiplatformV1beta1RuntimeConfigVertexAISearchRuntimeConfig
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1RuntimeConfigVertexAISearchRuntimeConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EngineId
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.
Declaration
[JsonProperty("engineId")]
public virtual string EngineId { get; set; }
Property Value
Type | Description |
---|---|
string |
ServingConfigName
Optional. Vertex AI Search serving config name. Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}
Declaration
[JsonProperty("servingConfigName")]
public virtual string ServingConfigName { get; set; }
Property Value
Type | Description |
---|---|
string |