public interface SearchExampleComparisonsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPageSize()
Optional.
|
String |
getPageToken()
Optional.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Optional.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Name of the Evaluation resource to search example comparison
from. Format:
projects/{project_id}/datasets/{dataset_id}/evaluations/{evaluation_id}
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Required. Name of the Evaluation resource to search example comparison
from. Format:
projects/{project_id}/datasets/{dataset_id}/evaluations/{evaluation_id}
string parent = 1;int getPageSize()
Optional. Requested page size. Server may return fewer results than requested. Default value is 100.
int32 page_size = 2;String getPageToken()
Optional. A token identifying a page of results for the server to return. Typically obtained by [SearchExampleComparisons.next_page_token][] of the previous [DataLabelingService.SearchExampleComparisons] call. Return first page if empty.
string page_token = 3;com.google.protobuf.ByteString getPageTokenBytes()
Optional. A token identifying a page of results for the server to return. Typically obtained by [SearchExampleComparisons.next_page_token][] of the previous [DataLabelingService.SearchExampleComparisons] call. Return first page if empty.
string page_token = 3;Copyright © 2019 Google LLC. All rights reserved.