public static interface RuntimeConfig.VertexAISearchRuntimeConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAppId()
Vertex AI Search App ID.
|
com.google.protobuf.ByteString |
getAppIdBytes()
Vertex AI Search App ID.
|
String |
getServingConfigName()
Deprecated.
google.cloud.aiplatform.v1beta1.RuntimeConfig.VertexAISearchRuntimeConfig.serving_config_name
is deprecated. See google/cloud/aiplatform/v1beta1/extension.proto;l=346
|
com.google.protobuf.ByteString |
getServingConfigNameBytes()
Deprecated.
google.cloud.aiplatform.v1beta1.RuntimeConfig.VertexAISearchRuntimeConfig.serving_config_name
is deprecated. See google/cloud/aiplatform/v1beta1/extension.proto;l=346
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof@Deprecated String getServingConfigName()
[Deprecated] Please use app_id instead.
Vertex AI Search serving config name. Format:
`projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}`
string serving_config_name = 1 [deprecated = true];@Deprecated com.google.protobuf.ByteString getServingConfigNameBytes()
[Deprecated] Please use app_id instead.
Vertex AI Search serving config name. Format:
`projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}`
string serving_config_name = 1 [deprecated = true];String getAppId()
Vertex AI Search App ID. This is used to construct the search request. By setting this app_id, API will construct the serving config which is required to call search API for the user. The app_id and serving_config_name cannot both be empty at the same time.
string app_id = 2;com.google.protobuf.ByteString getAppIdBytes()
Vertex AI Search App ID. This is used to construct the search request. By setting this app_id, API will construct the serving config which is required to call search API for the user. The app_id and serving_config_name cannot both be empty at the same time.
string app_id = 2;Copyright © 2024 Google LLC. All rights reserved.