Class: Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentResponse::Candidate::GroundingMetadata::GroundingSupport
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentResponse::Candidate::GroundingMetadata::GroundingSupport
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/grounded_generation_service.rb
Overview
Grounding info for a claim in the candidate and its support.
Instance Attribute Summary collapse
-
#claim_text ⇒ ::String
Text for the claim in the candidate.
-
#support_chunk_indices ⇒ ::Array<::Integer>
A list of indices (into 'support_chunks') specifying the citations associated with the claim.
-
#support_score ⇒ ::Float
A score in the range of [0, 1] describing how grounded is a specific claim in the support chunks indicated.
Instance Attribute Details
#claim_text ⇒ ::String
404 405 406 407 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/grounded_generation_service.rb', line 404 class GroundingSupport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#support_chunk_indices ⇒ ::Array<::Integer>
404 405 406 407 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/grounded_generation_service.rb', line 404 class GroundingSupport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#support_score ⇒ ::Float
404 405 406 407 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/grounded_generation_service.rb', line 404 class GroundingSupport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |