Class: Google::Cloud::DataLabeling::V1beta1::SearchExampleComparisonsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::SearchExampleComparisonsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb
Overview
Results of searching example comparisons.
Defined Under Namespace
Classes: ExampleComparison
Instance Attribute Summary collapse
-
#example_comparisons ⇒ ::Array<::Google::Cloud::DataLabeling::V1beta1::SearchExampleComparisonsResponse::ExampleComparison>
A list of example comparisons matching the search criteria.
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
Instance Attribute Details
#example_comparisons ⇒ ::Array<::Google::Cloud::DataLabeling::V1beta1::SearchExampleComparisonsResponse::ExampleComparison>
Returns A list of example comparisons matching the search criteria.
699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 699 class SearchExampleComparisonsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Example comparisons comparing ground truth output and predictions for a # specific input. # @!attribute [rw] ground_truth_example # @return [::Google::Cloud::DataLabeling::V1beta1::Example] # The ground truth output for the input. # @!attribute [rw] model_created_examples # @return [::Array<::Google::Cloud::DataLabeling::V1beta1::Example>] # Predictions by the model for the input. class ExampleComparison include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#next_page_token ⇒ ::String
Returns A token to retrieve next page of results.
699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 699 class SearchExampleComparisonsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Example comparisons comparing ground truth output and predictions for a # specific input. # @!attribute [rw] ground_truth_example # @return [::Google::Cloud::DataLabeling::V1beta1::Example] # The ground truth output for the input. # @!attribute [rw] model_created_examples # @return [::Array<::Google::Cloud::DataLabeling::V1beta1::Example>] # Predictions by the model for the input. class ExampleComparison include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |