Vertex AI v1beta1 API - Class RagManagedDbConfig.Types.Spanner (1.0.0-beta66)

public sealed class RagManagedDbConfig.Types.Spanner : IMessage<RagManagedDbConfig.Types.Spanner>, IEquatable<RagManagedDbConfig.Types.Spanner>, IDeepCloneable<RagManagedDbConfig.Types.Spanner>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class RagManagedDbConfig.Types.Spanner.

Message to configure the Spanner database used by RagManagedDb.

Inheritance

object > RagManagedDbConfig.Types.Spanner

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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