public interface RagEngineConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Identifier.
|
com.google.protobuf.ByteString |
getNameBytes()
Identifier.
|
RagManagedDbConfig |
getRagManagedDbConfig()
The config of the RagManagedDb used by RagEngine.
|
RagManagedDbConfigOrBuilder |
getRagManagedDbConfigOrBuilder()
The config of the RagManagedDb used by RagEngine.
|
boolean |
hasRagManagedDbConfig()
The config of the RagManagedDb used by RagEngine.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Identifier. The name of the RagEngineConfig.
Format:
`projects/{project}/locations/{location}/ragEngineConfig`
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];com.google.protobuf.ByteString getNameBytes()
Identifier. The name of the RagEngineConfig.
Format:
`projects/{project}/locations/{location}/ragEngineConfig`
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];boolean hasRagManagedDbConfig()
The config of the RagManagedDb used by RagEngine.
.google.cloud.aiplatform.v1beta1.RagManagedDbConfig rag_managed_db_config = 2;RagManagedDbConfig getRagManagedDbConfig()
The config of the RagManagedDb used by RagEngine.
.google.cloud.aiplatform.v1beta1.RagManagedDbConfig rag_managed_db_config = 2;RagManagedDbConfigOrBuilder getRagManagedDbConfigOrBuilder()
The config of the RagManagedDb used by RagEngine.
.google.cloud.aiplatform.v1beta1.RagManagedDbConfig rag_managed_db_config = 2;Copyright © 2025 Google LLC. All rights reserved.