Package com.google.cloud.aiplatform.v1
Interface RagEngineConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RagEngineConfig,RagEngineConfig.Builder
@Generated
public interface RagEngineConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Identifier.com.google.protobuf.ByteStringIdentifier.The config of the RagManagedDb used by RagEngine.The config of the RagManagedDb used by RagEngine.booleanThe config of the RagManagedDb used by RagEngine.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()Identifier. The name of the RagEngineConfig. Format: `projects/{project}/locations/{location}/ragEngineConfig`string name = 1 [(.google.api.field_behavior) = IDENTIFIER];- Returns:
- The name.
-
getNameBytes
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];- Returns:
- The bytes for name.
-
hasRagManagedDbConfig
boolean hasRagManagedDbConfig()The config of the RagManagedDb used by RagEngine.
.google.cloud.aiplatform.v1.RagManagedDbConfig rag_managed_db_config = 2;- Returns:
- Whether the ragManagedDbConfig field is set.
-
getRagManagedDbConfig
RagManagedDbConfig getRagManagedDbConfig()The config of the RagManagedDb used by RagEngine.
.google.cloud.aiplatform.v1.RagManagedDbConfig rag_managed_db_config = 2;- Returns:
- The ragManagedDbConfig.
-
getRagManagedDbConfigOrBuilder
RagManagedDbConfigOrBuilder getRagManagedDbConfigOrBuilder()The config of the RagManagedDb used by RagEngine.
.google.cloud.aiplatform.v1.RagManagedDbConfig rag_managed_db_config = 2;
-