Vertex AI v1beta1 API - Class RagEngineConfig (1.0.0-beta25)

public sealed class RagEngineConfig : IMessage<RagEngineConfig>, IEquatable<RagEngineConfig>, IDeepCloneable<RagEngineConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class RagEngineConfig.

Config for RagEngine.

Inheritance

object > RagEngineConfig

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

RagEngineConfig()

public RagEngineConfig()

RagEngineConfig(RagEngineConfig)

public RagEngineConfig(RagEngineConfig other)
Parameter
Name Description
other RagEngineConfig

Properties

Name

public string Name { get; set; }

Identifier. The name of the RagEngineConfig. Format: projects/{project}/locations/{location}/ragEngineConfig

Property Value
Type Description
string

RagEngineConfigName

public RagEngineConfigName RagEngineConfigName { get; set; }

RagEngineConfigName-typed view over the Name resource name property.

Property Value
Type Description
RagEngineConfigName

RagManagedDbConfig

public RagManagedDbConfig RagManagedDbConfig { get; set; }

The config of the RagManagedDb used by RagEngine.

Property Value
Type Description
RagManagedDbConfig