Discovery Engine v1beta API - Class GroundingConfig (1.0.0-beta18)

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

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

Grounding configuration.

Inheritance

object > GroundingConfig

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

GroundingConfig()

public GroundingConfig()

GroundingConfig(GroundingConfig)

public GroundingConfig(GroundingConfig other)
Parameter
Name Description
other GroundingConfig

Properties

GroundingConfigName

public GroundingConfigName GroundingConfigName { get; set; }

GroundingConfigName-typed view over the Name resource name property.

Property Value
Type Description
GroundingConfigName

Name

public string Name { get; set; }

Required. Name of the GroundingConfig, of the form projects/{project}/locations/{location}/groundingConfigs/{grounding_config}.

Property Value
Type Description
string