Class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidate
A response candidate generated from the model.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidate : IDirectResponseSchema
Properties
Content
Content of the candidate.
Declaration
[JsonProperty("content")]
public virtual GoogleCloudDiscoveryengineV1alphaGroundedGenerationContent Content { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaGroundedGenerationContent |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GroundingMetadata
Grounding metadata for the generated content.
Declaration
[JsonProperty("groundingMetadata")]
public virtual GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadata GroundingMetadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadata |
GroundingScore
The overall grounding score for the candidate, in the range of [0, 1].
Declaration
[JsonProperty("groundingScore")]
public virtual float? GroundingScore { get; set; }
Property Value
Type | Description |
---|---|
float? |
Index
Index of the candidate.
Declaration
[JsonProperty("index")]
public virtual int? Index { get; set; }
Property Value
Type | Description |
---|---|
int? |