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.
Implements
IMessageGroundingConfig, IEquatableGroundingConfig, IDeepCloneableGroundingConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
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 |