Class: Google::Cloud::AIPlatform::V1::Claim
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Claim
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vertex_rag_service.rb
Overview
Claim that is extracted from the input text and facts that support it.
Instance Attribute Summary collapse
-
#end_index ⇒ ::Integer
Index in the input text where the claim ends (exclusive).
-
#fact_indexes ⇒ ::Array<::Integer>
Indexes of the facts supporting this claim.
-
#score ⇒ ::Float
Confidence score of this corroboration.
-
#start_index ⇒ ::Integer
Index in the input text where the claim starts (inclusive).
Instance Attribute Details
#end_index ⇒ ::Integer
Returns Index in the input text where the claim ends (exclusive).
278 279 280 281 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_service.rb', line 278 class Claim include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#fact_indexes ⇒ ::Array<::Integer>
Returns Indexes of the facts supporting this claim.
278 279 280 281 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_service.rb', line 278 class Claim include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |