Class: Google::Cloud::DataLabeling::V1beta1::SearchExampleComparisonsResponse::ExampleComparison
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::SearchExampleComparisonsResponse::ExampleComparison
- 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
-
#ground_truth_example ⇒ ::Google::Cloud::DataLabeling::V1beta1::Example
The ground truth output for the input.
-
#model_created_examples ⇒ ::Array<::Google::Cloud::DataLabeling::V1beta1::Example>
Predictions by the model for the input.
Instance Attribute Details
#ground_truth_example ⇒ ::Google::Cloud::DataLabeling::V1beta1::Example
Returns The ground truth output for the input.
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.
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 |