public interface VertexAiSearchConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getServingConfig()
public abstract String getServingConfig()
Vertex AI Search Serving Config resource full name. For example,
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 = 1;
Returns | |
---|---|
Type | Description |
String |
The servingConfig. |
getServingConfigBytes()
public abstract ByteString getServingConfigBytes()
Vertex AI Search Serving Config resource full name. For example,
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 = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for servingConfig. |