Class: Google::Cloud::DataLabeling::V1beta1::SearchExampleComparisonsResponse::ExampleComparison

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb

Overview

Example comparisons comparing ground truth output and predictions for a specific input.

Instance Attribute Summary collapse

Instance Attribute Details

#ground_truth_example::Google::Cloud::DataLabeling::V1beta1::Example

Returns The ground truth output for the input.

Returns:



711
712
713
714
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 711

class ExampleComparison
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#model_created_examples::Array<::Google::Cloud::DataLabeling::V1beta1::Example>

Returns Predictions by the model for the input.

Returns:



711
712
713
714
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 711

class ExampleComparison
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end