Class: Google::Cloud::DataLabeling::V1beta1::SearchExampleComparisonsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::SearchExampleComparisonsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb
Overview
Request message of SearchExampleComparisons.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. Requested page size. Server may return fewer results than requested. Default value is 100.
687 688 689 690 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 687 class SearchExampleComparisonsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A token identifying a page of results for the server to return. Typically obtained by the [nextPageToken][SearchExampleComparisons.next_page_token] of the response to a previous search rquest.
If you don't specify this field, the API call requests the first page of the search.
687 688 689 690 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 687 class SearchExampleComparisonsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Name of the Evaluation resource to search for example comparisons from. Format:
"projects/{project_id}/datasets/{dataset_id}/evaluations/{evaluation_id}".
687 688 689 690 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 687 class SearchExampleComparisonsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |