Class GoogleCloudAiplatformV1beta1RagManagedDbConfig
Configuration message for RagManagedDb used by RagEngine.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1RagManagedDbConfig : IDirectResponseSchemaProperties
Basic
Sets the RagManagedDb to the Basic tier.
Declaration
[JsonProperty("basic")]
public virtual GoogleCloudAiplatformV1beta1RagManagedDbConfigBasic Basic { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleCloudAiplatformV1beta1RagManagedDbConfigBasic | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Enterprise
Sets the RagManagedDb to the Enterprise tier. This is the default tier if not explicitly chosen.
Declaration
[JsonProperty("enterprise")]
public virtual GoogleCloudAiplatformV1beta1RagManagedDbConfigEnterprise Enterprise { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleCloudAiplatformV1beta1RagManagedDbConfigEnterprise |