Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessSpec
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessSpec
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
Spec for question answering helpfulness metric.
Instance Attribute Summary collapse
-
#use_reference ⇒ Boolean
(also: #use_reference?)
Optional.
-
#version ⇒ Fixnum
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessSpec
constructor
A new instance of GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessSpec
Returns a new instance of GoogleCloudAiplatformV1beta1QuestionAnsweringHelpfulnessSpec.
22353 22354 22355 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 22353 def initialize(**args) update!(**args) end |
Instance Attribute Details
#use_reference ⇒ Boolean Also known as: use_reference?
Optional. Whether to use instance.reference to compute question answering
helpfulness.
Corresponds to the JSON property useReference
22345 22346 22347 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 22345 def use_reference @use_reference end |
#version ⇒ Fixnum
Optional. Which version to use for evaluation.
Corresponds to the JSON property version
22351 22352 22353 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 22351 def version @version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
22358 22359 22360 22361 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 22358 def update!(**args) @use_reference = args[:use_reference] if args.key?(:use_reference) @version = args[:version] if args.key?(:version) end |