GoogleCloudAiplatformV1RagManagedDbConfig class

Configuration message for RagManagedDb used by RagEngine.

Properties

basic GoogleCloudAiplatformV1RagManagedDbConfigBasic?
Deprecated: Use mode instead to set the tier under Spanner.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaled GoogleCloudAiplatformV1RagManagedDbConfigScaled?
Deprecated: Use mode instead to set the tier under Spanner.
getter/setter pair
serverless GoogleCloudAiplatformV1RagManagedDbConfigServerless?
Sets the backend to be the serverless mode offered by RAG Engine.
getter/setter pair
spanner GoogleCloudAiplatformV1RagManagedDbConfigSpanner?
Sets the RAG Engine backend to be RagManagedDb, built on top of Spanner.
getter/setter pair
unprovisioned GoogleCloudAiplatformV1RagManagedDbConfigUnprovisioned?
Deprecated: Use mode instead to set the tier under Spanner.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited