public static interface RuntimeConfig.VertexAISearchRuntimeConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getServingConfigName()
Required.
|
com.google.protobuf.ByteString |
getServingConfigNameBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getServingConfigName()
Required. Vertext AI Search serving config name. Format:
`projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}`
or
`projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}`
string serving_config_name = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getServingConfigNameBytes()
Required. Vertext AI Search serving config name. Format:
`projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}`
or
`projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}`
string serving_config_name = 1 [(.google.api.field_behavior) = REQUIRED];Copyright © 2024 Google LLC. All rights reserved.