public interface RagEngineConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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.vertexai.v1.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.vertexai.v1.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.vertexai.v1.RagManagedDbConfig rag_managed_db_config = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the ragManagedDbConfig field is set. |