public sealed class RagManagedDbConfig.Types.Spanner : IMessage<RagManagedDbConfig.Types.Spanner>, IEquatable<RagManagedDbConfig.Types.Spanner>, IDeepCloneable<RagManagedDbConfig.Types.Spanner>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class RagManagedDbConfig.Types.Spanner.
Message to configure the Spanner database used by RagManagedDb.
Implements
IMessageRagManagedDbConfigTypesSpanner, IEquatableRagManagedDbConfigTypesSpanner, IDeepCloneableRagManagedDbConfigTypesSpanner, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
Spanner()
public Spanner()Spanner(Spanner)
public Spanner(RagManagedDbConfig.Types.Spanner other)| Parameter | |
|---|---|
| Name | Description |
other |
RagManagedDbConfigTypesSpanner |
Properties
Basic
public RagManagedDbConfig.Types.Basic Basic { get; set; }Sets the RagManagedDb to the Basic tier. This is the default tier for Spanner mode if not explicitly chosen.
| Property Value | |
|---|---|
| Type | Description |
RagManagedDbConfigTypesBasic |
|
Scaled
public RagManagedDbConfig.Types.Scaled Scaled { get; set; }Sets the RagManagedDb to the Scaled tier.
| Property Value | |
|---|---|
| Type | Description |
RagManagedDbConfigTypesScaled |
|
TierCase
public RagManagedDbConfig.Types.Spanner.TierOneofCase TierCase { get; }| Property Value | |
|---|---|
| Type | Description |
RagManagedDbConfigTypesSpannerTierOneofCase |
|
Unprovisioned
public RagManagedDbConfig.Types.Unprovisioned Unprovisioned { get; set; }Sets the RagManagedDb to the Unprovisioned tier.
| Property Value | |
|---|---|
| Type | Description |
RagManagedDbConfigTypesUnprovisioned |
|