Show / Hide Table of Contents

Class GoogleCloudAiplatformV1RagManagedDbConfigSpanner

Message to configure the Spanner database used by RagManagedDb.

Inheritance
object
GoogleCloudAiplatformV1RagManagedDbConfigSpanner
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX