Class: Google::Cloud::DataLabeling::V1beta1::SearchEvaluationsResponse

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

Results of searching evaluations.

Instance Attribute Summary collapse

Instance Attribute Details

#evaluations::Array<::Google::Cloud::DataLabeling::V1beta1::Evaluation>

Returns The list of evaluations matching the search.

Returns:



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.

Returns:

  • (::String)

    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