GoogleCloudAiplatformV1RagManagedDbConfig class
Configuration message for RagManagedDb used by RagEngine.
Constructors
- GoogleCloudAiplatformV1RagManagedDbConfig({GoogleCloudAiplatformV1RagManagedDbConfigBasic? basic, GoogleCloudAiplatformV1RagManagedDbConfigScaled? scaled, GoogleCloudAiplatformV1RagManagedDbConfigServerless? serverless, GoogleCloudAiplatformV1RagManagedDbConfigSpanner? spanner, GoogleCloudAiplatformV1RagManagedDbConfigUnprovisioned? unprovisioned})
- GoogleCloudAiplatformV1RagManagedDbConfig.fromJson(Map json_)
Properties
- basic ↔ GoogleCloudAiplatformV1RagManagedDbConfigBasic?
-
Deprecated: Use
modeinstead 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
modeinstead 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
modeinstead 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