Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::SearchExampleComparisonsResponse.
Results of searching example comparisons.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#example_comparisons
def example_comparisons() -> ::Array<::Google::Cloud::DataLabeling::V1beta1::SearchExampleComparisonsResponse::ExampleComparison>
Returns
- (::Array<::Google::Cloud::DataLabeling::V1beta1::SearchExampleComparisonsResponse::ExampleComparison>) — A list of example comparisons matching the search criteria.
#example_comparisons=
def example_comparisons=(value) -> ::Array<::Google::Cloud::DataLabeling::V1beta1::SearchExampleComparisonsResponse::ExampleComparison>
Parameter
- value (::Array<::Google::Cloud::DataLabeling::V1beta1::SearchExampleComparisonsResponse::ExampleComparison>) — A list of example comparisons matching the search criteria.
Returns
- (::Array<::Google::Cloud::DataLabeling::V1beta1::SearchExampleComparisonsResponse::ExampleComparison>) — A list of example comparisons matching the search criteria.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token to retrieve next page of results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token to retrieve next page of results.
Returns
- (::String) — A token to retrieve next page of results.