Discovery Engine v1beta API - Class Engine.Types.CommonConfig (1.0.0-beta12)

public sealed class Engine.Types.CommonConfig : IMessage<Engine.Types.CommonConfig>, IEquatable<Engine.Types.CommonConfig>, IDeepCloneable<Engine.Types.CommonConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class Engine.Types.CommonConfig.

Common configurations for an Engine.

Inheritance

object > Engine.Types.CommonConfig

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

CommonConfig()

public CommonConfig()

CommonConfig(CommonConfig)

public CommonConfig(Engine.Types.CommonConfig other)
Parameter
NameDescription
otherEngineTypesCommonConfig

Properties

CompanyName

public string CompanyName { get; set; }

Immutable. The name of the company, business or entity that is associated with the engine. Setting this may help improve LLM related features.

Property Value
TypeDescription
string