Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsGeneralTextGenerationEvaluationMetrics

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsGeneralTextGenerationEvaluationMetrics

Returns a new instance of GoogleCloudAiplatformV1beta1SchemaModelevaluationMetricsGeneralTextGenerationEvaluationMetrics.



24269
24270
24271
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 24269

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

Instance Attribute Details

#bleuFloat

BLEU (bilingual evaluation understudy) scores based on sacrebleu implementation. Corresponds to the JSON property bleu

Returns:

  • (Float)


24262
24263
24264
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 24262

def bleu
  @bleu
end

#rouge_l_sumFloat

ROUGE-L (Longest Common Subsequence) scoring at summary level. Corresponds to the JSON property rougeLSum

Returns:

  • (Float)


24267
24268
24269
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 24267

def rouge_l_sum
  @rouge_l_sum
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



24274
24275
24276
24277
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 24274

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