Class: Google::Apis::LanguageV1::XpsTablesEvaluationMetrics

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ XpsTablesEvaluationMetrics

Returns a new instance of XpsTablesEvaluationMetrics.



4027
4028
4029
# File 'lib/google/apis/language_v1/classes.rb', line 4027

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

Instance Attribute Details

#classification_metricsGoogle::Apis::LanguageV1::XpsTablesClassificationMetrics

Metrics for Tables classification problems. Corresponds to the JSON property classificationMetrics



4020
4021
4022
# File 'lib/google/apis/language_v1/classes.rb', line 4020

def classification_metrics
  @classification_metrics
end

#regression_metricsGoogle::Apis::LanguageV1::XpsTablesRegressionMetrics

Metrics for Tables regression problems. Corresponds to the JSON property regressionMetrics



4025
4026
4027
# File 'lib/google/apis/language_v1/classes.rb', line 4025

def regression_metrics
  @regression_metrics
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4032
4033
4034
4035
# File 'lib/google/apis/language_v1/classes.rb', line 4032

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