Class GoogleCloudAiplatformV1RagManagedDbConfig
Configuration message for RagManagedDb used by RagEngine.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1RagManagedDbConfig : IDirectResponseSchema
Properties
Basic
Deprecated: Use mode instead to set the tier under Spanner. Sets the RagManagedDb to the Basic tier.
Declaration
[JsonProperty("basic")]
public virtual GoogleCloudAiplatformV1RagManagedDbConfigBasic Basic { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1RagManagedDbConfigBasic |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Scaled
Deprecated: Use mode instead to set the tier under Spanner. Sets the RagManagedDb to the Scaled tier.
Declaration
[JsonProperty("scaled")]
public virtual GoogleCloudAiplatformV1RagManagedDbConfigScaled Scaled { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1RagManagedDbConfigScaled |
Serverless
Sets the backend to be the serverless mode offered by RAG Engine.
Declaration
[JsonProperty("serverless")]
public virtual GoogleCloudAiplatformV1RagManagedDbConfigServerless Serverless { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1RagManagedDbConfigServerless |
Spanner
Sets the RAG Engine backend to be RagManagedDb, built on top of Spanner. NOTE: This is the default mode (w/ Basic Tier) if not explicitly chosen.
Declaration
[JsonProperty("spanner")]
public virtual GoogleCloudAiplatformV1RagManagedDbConfigSpanner Spanner { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1RagManagedDbConfigSpanner |
Unprovisioned
Deprecated: Use mode instead to set the tier under Spanner. Sets the RagManagedDb to the Unprovisioned
tier.
Declaration
[JsonProperty("unprovisioned")]
public virtual GoogleCloudAiplatformV1RagManagedDbConfigUnprovisioned Unprovisioned { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1RagManagedDbConfigUnprovisioned |