RagManagedDbConfig_Basic class final
Basic tier is a cost-effective and low compute tier suitable for the following cases:
- Experimenting with RagManagedDb.
- Small data size.
- Latency insensitive workload.
- Only using RAG Engine with external vector DBs.
NOTE: This is the default tier if not explicitly chosen.
- Inheritance
-
- Object
- ProtoMessage
- RagManagedDbConfig_Basic
Constructors
- RagManagedDbConfig_Basic()
- RagManagedDbConfig_Basic.fromJson(Object? j)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String