Class GoogleCloudAiplatformV1RagManagedDbConfigSpanner
Message to configure the Spanner database used by RagManagedDb.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1RagManagedDbConfigSpanner : IDirectResponseSchema
Properties
Basic
Sets the RagManagedDb to the Basic tier. This is the default tier for Spanner mode if not explicitly chosen.
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
Sets the RagManagedDb to the Scaled tier.
Declaration
[JsonProperty("scaled")]
public virtual GoogleCloudAiplatformV1RagManagedDbConfigScaled Scaled { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1RagManagedDbConfigScaled |
Unprovisioned
Sets the RagManagedDb to the Unprovisioned tier.
Declaration
[JsonProperty("unprovisioned")]
public virtual GoogleCloudAiplatformV1RagManagedDbConfigUnprovisioned Unprovisioned { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1RagManagedDbConfigUnprovisioned |