Class: Google::Cloud::AIPlatform::V1::Claim

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#end_index::Integer

Returns Index in the input text where the claim ends (exclusive).

Returns:

  • (::Integer)

    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.

Returns:

  • (::Array<::Integer>)

    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

#score::Float

Returns Confidence score of this corroboration.

Returns:

  • (::Float)

    Confidence score of this corroboration.



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

#start_index::Integer

Returns Index in the input text where the claim starts (inclusive).

Returns:

  • (::Integer)

    Index in the input text where the claim starts (inclusive).



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