Class GoogleCloudAiplatformV1RagManagedDbConfig
Configuration message for RagManagedDb used by RagEngine.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1RagManagedDbConfig : IDirectResponseSchema
Properties
Basic
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
Sets the RagManagedDb to the Scaled tier. This is the default tier if not explicitly chosen.
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 |