Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessSpec

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb

Overview

Spec for question answering helpfulness metric.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessSpec

Returns a new instance of GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessSpec.



20191
20192
20193
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 20191

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#use_referenceBoolean Also known as: use_reference?

Optional. Whether to use instance.reference to compute question answering helpfulness. Corresponds to the JSON property useReference

Returns:

  • (Boolean)


20183
20184
20185
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 20183

def use_reference
  @use_reference
end

#versionFixnum

Optional. Which version to use for evaluation. Corresponds to the JSON property version

Returns:

  • (Fixnum)


20189
20190
20191
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 20189

def version
  @version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



20196
20197
20198
20199
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 20196

def update!(**args)
  @use_reference = args[:use_reference] if args.key?(:use_reference)
  @version = args[:version] if args.key?(:version)
end