Interface RagEngineConfigOrBuilder (3.64.0)

public interface RagEngineConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Identifier. The name of the RagEngineConfig. Format: projects/{project}/locations/{location}/ragEngineConfig

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. The name of the RagEngineConfig. Format: projects/{project}/locations/{location}/ragEngineConfig

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getRagManagedDbConfig()

public abstract RagManagedDbConfig getRagManagedDbConfig()

The config of the RagManagedDb used by RagEngine.

.google.cloud.aiplatform.v1beta1.RagManagedDbConfig rag_managed_db_config = 2;

Returns
Type Description
RagManagedDbConfig

The ragManagedDbConfig.

getRagManagedDbConfigOrBuilder()

public abstract RagManagedDbConfigOrBuilder getRagManagedDbConfigOrBuilder()

The config of the RagManagedDb used by RagEngine.

.google.cloud.aiplatform.v1beta1.RagManagedDbConfig rag_managed_db_config = 2;

Returns
Type Description
RagManagedDbConfigOrBuilder

hasRagManagedDbConfig()

public abstract boolean hasRagManagedDbConfig()

The config of the RagManagedDb used by RagEngine.

.google.cloud.aiplatform.v1beta1.RagManagedDbConfig rag_managed_db_config = 2;

Returns
Type Description
boolean

Whether the ragManagedDbConfig field is set.