Class GoogleCloudDiscoveryengineV1GenerateGroundedContentResponseCandidate
A response candidate generated from the model.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1GenerateGroundedContentResponseCandidate : IDirectResponseSchema
Properties
Content
Content of the candidate.
Declaration
[JsonProperty("content")]
public virtual GoogleCloudDiscoveryengineV1GroundedGenerationContent Content { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1GroundedGenerationContent |
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 GoogleCloudDiscoveryengineV1GenerateGroundedContentResponseCandidateGroundingMetadata GroundingMetadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1GenerateGroundedContentResponseCandidateGroundingMetadata |
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? |