Class: Google::Cloud::AIPlatform::V1::QuestionAnsweringHelpfulnessSpec

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb

Overview

Spec for question answering helpfulness metric.

Instance Attribute Summary collapse

Instance Attribute Details

#use_reference::Boolean

Returns Optional. Whether to use instance.reference to compute question answering helpfulness.

Returns:

  • (::Boolean)

    Optional. Whether to use instance.reference to compute question answering helpfulness.



1046
1047
1048
1049
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1046

class QuestionAnsweringHelpfulnessSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#version::Integer

Returns Optional. Which version to use for evaluation.

Returns:

  • (::Integer)

    Optional. Which version to use for evaluation.



1046
1047
1048
1049
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1046

class QuestionAnsweringHelpfulnessSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end