Show / Hide Table of Contents

Class GoogleCloudAiplatformV1RagManagedDbConfig

Configuration message for RagManagedDb used by RagEngine.

Inheritance
object
GoogleCloudAiplatformV1RagManagedDbConfig
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX