Interface RuntimeConfig.VertexAISearchRuntimeConfigOrBuilder (3.44.0)

public static interface RuntimeConfig.VertexAISearchRuntimeConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAppId()

public abstract 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;

Returns
Type Description
String

The appId.

getAppIdBytes()

public abstract 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;

Returns
Type Description
ByteString

The bytes for appId.

getServingConfigName() (deprecated)

public abstract String getServingConfigName()

Deprecated. google.cloud.aiplatform.v1beta1.RuntimeConfig.VertexAISearchRuntimeConfig.serving_config_name is deprecated. See google/cloud/aiplatform/v1beta1/extension.proto;l=346

[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];

Returns
Type Description
String

The servingConfigName.

getServingConfigNameBytes() (deprecated)

public abstract ByteString getServingConfigNameBytes()

Deprecated. google.cloud.aiplatform.v1beta1.RuntimeConfig.VertexAISearchRuntimeConfig.serving_config_name is deprecated. See google/cloud/aiplatform/v1beta1/extension.proto;l=346

[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];

Returns
Type Description
ByteString

The bytes for servingConfigName.