Class: Google::Cloud::DataLabeling::V1beta1::SearchEvaluationsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::SearchEvaluationsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb
Overview
Results of searching evaluations.
Instance Attribute Summary collapse
-
#evaluations ⇒ ::Array<::Google::Cloud::DataLabeling::V1beta1::Evaluation>
The list of evaluations matching the search.
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
Instance Attribute Details
#evaluations ⇒ ::Array<::Google::Cloud::DataLabeling::V1beta1::Evaluation>
Returns The list of evaluations matching the search.
662 663 664 665 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 662 class SearchEvaluationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token to retrieve next page of results.
662 663 664 665 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 662 class SearchEvaluationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |