Class: Google::Apis::LanguageV2::XpsEvaluationMetrics

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

Overview

Contains xPS-specific model evaluation metrics either for a single annotation spec (label), or for the model overall. Next tag: 18.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ XpsEvaluationMetrics

Returns a new instance of XpsEvaluationMetrics.



1970
1971
1972
# File 'lib/google/apis/language_v2/classes.rb', line 1970

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

Instance Attribute Details

#annotation_spec_id_tokenString

The annotation_spec for which this evaluation metrics instance had been created. Empty iff this is an overall model evaluation (like Tables evaluation metrics), i.e. aggregated across all labels. The value comes from the input annotations in AnnotatedExample. For MVP product or for text sentiment models where annotation_spec_id_token is not available, set label instead. Corresponds to the JSON property annotationSpecIdToken

Returns:

  • (String)


1875
1876
1877
# File 'lib/google/apis/language_v2/classes.rb', line 1875

def annotation_spec_id_token
  @annotation_spec_id_token
end

#categoryFixnum

The integer category label for which this evaluation metric instance had been created. Valid categories are 0 or higher. Overall model evaluation should set this to negative values (rather than implicit zero). Only used for Image Segmentation (prefer to set annotation_spec_id_token instead). Note: uCAIP Image Segmentation should use annotation_spec_id_token. Corresponds to the JSON property category

Returns:

  • (Fixnum)


1884
1885
1886
# File 'lib/google/apis/language_v2/classes.rb', line 1884

def category
  @category
end

#evaluated_example_countFixnum

The number of examples used to create this evaluation metrics instance. Corresponds to the JSON property evaluatedExampleCount

Returns:

  • (Fixnum)


1889
1890
1891
# File 'lib/google/apis/language_v2/classes.rb', line 1889

def evaluated_example_count
  @evaluated_example_count
end

#image_classification_eval_metricsGoogle::Apis::LanguageV2::XpsClassificationEvaluationMetrics

Model evaluation metrics for classification problems. It can be used for image and video classification. Next tag: 9. Corresponds to the JSON property imageClassificationEvalMetrics



1895
1896
1897
# File 'lib/google/apis/language_v2/classes.rb', line 1895

def image_classification_eval_metrics
  @image_classification_eval_metrics
end

#image_object_detection_eval_metricsGoogle::Apis::LanguageV2::XpsImageObjectDetectionEvaluationMetrics

Model evaluation metrics for image object detection problems. Evaluates prediction quality of labeled bounding boxes. Corresponds to the JSON property imageObjectDetectionEvalMetrics



1901
1902
1903
# File 'lib/google/apis/language_v2/classes.rb', line 1901

def image_object_detection_eval_metrics
  @image_object_detection_eval_metrics
end

#image_segmentation_eval_metricsGoogle::Apis::LanguageV2::XpsImageSegmentationEvaluationMetrics

Model evaluation metrics for image segmentation problems. Next tag: 4. Corresponds to the JSON property imageSegmentationEvalMetrics



1906
1907
1908
# File 'lib/google/apis/language_v2/classes.rb', line 1906

def image_segmentation_eval_metrics
  @image_segmentation_eval_metrics
end

#labelString

The label for which this evaluation metrics instance had been created. Empty iff this is an overall model evaluation (like Tables evaluation metrics), i.e. aggregated across all labels. The label maps to AnnotationSpec.display_name in Public API protos. Only used by MVP implementation and text sentiment FULL implementation. Corresponds to the JSON property label

Returns:

  • (String)


1915
1916
1917
# File 'lib/google/apis/language_v2/classes.rb', line 1915

def label
  @label
end

#regression_eval_metricsGoogle::Apis::LanguageV2::XpsRegressionEvaluationMetrics

Model evaluation metrics for regression problems. It can be used for Tables. Corresponds to the JSON property regressionEvalMetrics



1920
1921
1922
# File 'lib/google/apis/language_v2/classes.rb', line 1920

def regression_eval_metrics
  @regression_eval_metrics
end

#tables_classification_eval_metricsGoogle::Apis::LanguageV2::XpsClassificationEvaluationMetrics

Model evaluation metrics for classification problems. It can be used for image and video classification. Next tag: 9. Corresponds to the JSON property tablesClassificationEvalMetrics



1926
1927
1928
# File 'lib/google/apis/language_v2/classes.rb', line 1926

def tables_classification_eval_metrics
  @tables_classification_eval_metrics
end

#tables_eval_metricsGoogle::Apis::LanguageV2::XpsTablesEvaluationMetrics

Corresponds to the JSON property tablesEvalMetrics



1931
1932
1933
# File 'lib/google/apis/language_v2/classes.rb', line 1931

def tables_eval_metrics
  @tables_eval_metrics
end

#text_classification_eval_metricsGoogle::Apis::LanguageV2::XpsClassificationEvaluationMetrics

Model evaluation metrics for classification problems. It can be used for image and video classification. Next tag: 9. Corresponds to the JSON property textClassificationEvalMetrics



1937
1938
1939
# File 'lib/google/apis/language_v2/classes.rb', line 1937

def text_classification_eval_metrics
  @text_classification_eval_metrics
end

#text_extraction_eval_metricsGoogle::Apis::LanguageV2::XpsTextExtractionEvaluationMetrics

Corresponds to the JSON property textExtractionEvalMetrics



1942
1943
1944
# File 'lib/google/apis/language_v2/classes.rb', line 1942

def text_extraction_eval_metrics
  @text_extraction_eval_metrics
end

#text_sentiment_eval_metricsGoogle::Apis::LanguageV2::XpsTextSentimentEvaluationMetrics

Model evaluation metrics for text sentiment problems. Corresponds to the JSON property textSentimentEvalMetrics



1947
1948
1949
# File 'lib/google/apis/language_v2/classes.rb', line 1947

def text_sentiment_eval_metrics
  @text_sentiment_eval_metrics
end

#translation_eval_metricsGoogle::Apis::LanguageV2::XpsTranslationEvaluationMetrics

Evaluation metrics for the dataset. Corresponds to the JSON property translationEvalMetrics



1952
1953
1954
# File 'lib/google/apis/language_v2/classes.rb', line 1952

def translation_eval_metrics
  @translation_eval_metrics
end

#video_action_recognition_eval_metricsGoogle::Apis::LanguageV2::XpsVideoActionRecognitionEvaluationMetrics

Model evaluation metrics for video action recognition. Corresponds to the JSON property videoActionRecognitionEvalMetrics



1957
1958
1959
# File 'lib/google/apis/language_v2/classes.rb', line 1957

def video_action_recognition_eval_metrics
  @video_action_recognition_eval_metrics
end

#video_classification_eval_metricsGoogle::Apis::LanguageV2::XpsClassificationEvaluationMetrics

Model evaluation metrics for classification problems. It can be used for image and video classification. Next tag: 9. Corresponds to the JSON property videoClassificationEvalMetrics



1963
1964
1965
# File 'lib/google/apis/language_v2/classes.rb', line 1963

def video_classification_eval_metrics
  @video_classification_eval_metrics
end

#video_object_tracking_eval_metricsGoogle::Apis::LanguageV2::XpsVideoObjectTrackingEvaluationMetrics

Model evaluation metrics for ObjectTracking problems. Next tag: 10. Corresponds to the JSON property videoObjectTrackingEvalMetrics



1968
1969
1970
# File 'lib/google/apis/language_v2/classes.rb', line 1968

def video_object_tracking_eval_metrics
  @video_object_tracking_eval_metrics
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
# File 'lib/google/apis/language_v2/classes.rb', line 1975

def update!(**args)
  @annotation_spec_id_token = args[:annotation_spec_id_token] if args.key?(:annotation_spec_id_token)
  @category = args[:category] if args.key?(:category)
  @evaluated_example_count = args[:evaluated_example_count] if args.key?(:evaluated_example_count)
  @image_classification_eval_metrics = args[:image_classification_eval_metrics] if args.key?(:image_classification_eval_metrics)
  @image_object_detection_eval_metrics = args[:image_object_detection_eval_metrics] if args.key?(:image_object_detection_eval_metrics)
  @image_segmentation_eval_metrics = args[:image_segmentation_eval_metrics] if args.key?(:image_segmentation_eval_metrics)
  @label = args[:label] if args.key?(:label)
  @regression_eval_metrics = args[:regression_eval_metrics] if args.key?(:regression_eval_metrics)
  @tables_classification_eval_metrics = args[:tables_classification_eval_metrics] if args.key?(:tables_classification_eval_metrics)
  @tables_eval_metrics = args[:tables_eval_metrics] if args.key?(:tables_eval_metrics)
  @text_classification_eval_metrics = args[:text_classification_eval_metrics] if args.key?(:text_classification_eval_metrics)
  @text_extraction_eval_metrics = args[:text_extraction_eval_metrics] if args.key?(:text_extraction_eval_metrics)
  @text_sentiment_eval_metrics = args[:text_sentiment_eval_metrics] if args.key?(:text_sentiment_eval_metrics)
  @translation_eval_metrics = args[:translation_eval_metrics] if args.key?(:translation_eval_metrics)
  @video_action_recognition_eval_metrics = args[:video_action_recognition_eval_metrics] if args.key?(:video_action_recognition_eval_metrics)
  @video_classification_eval_metrics = args[:video_classification_eval_metrics] if args.key?(:video_classification_eval_metrics)
  @video_object_tracking_eval_metrics = args[:video_object_tracking_eval_metrics] if args.key?(:video_object_tracking_eval_metrics)
end