Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::SearchExampleComparisonsRequest.
Request message of SearchExampleComparisons.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
- (::Integer) — Optional. Requested page size. Server may return fewer results than requested. Default value is 100.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — Optional. Requested page size. Server may return fewer results than requested. Default value is 100.
- (::Integer) — Optional. Requested page size. Server may return fewer results than requested. Default value is 100.
#page_token
def page_token() -> ::String
-
(::String) — 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.
#page_token=
def page_token=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.
#parent
def parent() -> ::String
-
(::String) — Required. Name of the Evaluation resource to search for example
comparisons from. Format:
"projects/{project_id}/datasets/{dataset_id}/evaluations/{evaluation_id}"
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. Name of the Evaluation resource to search for example
comparisons from. Format:
"projects/{project_id}/datasets/{dataset_id}/evaluations/{evaluation_id}"
-
(::String) — Required. Name of the Evaluation resource to search for example
comparisons from. Format:
"projects/{project_id}/datasets/{dataset_id}/evaluations/{evaluation_id}"