public interface SearchEvaluationsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
Optional.
|
com.google.protobuf.ByteString |
getFilterBytes()
Optional.
|
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. Evaluation search parent. Format:
projects/{project_id}
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Required. Evaluation search parent. Format:
projects/{project_id}
string parent = 1;String getFilter()
Optional. Support filtering by model id, job state, start and end time.
Format:
"evaluation_job.evaluation_job_id = {evaluation_job_id} AND
evaluation_job.evaluation_job_run_time_start = {timestamp} AND
evaluation_job.evaluation_job_run_time_end = {timestamp} AND
annotation_spec.display_name = {display_name}"
string filter = 2;com.google.protobuf.ByteString getFilterBytes()
Optional. Support filtering by model id, job state, start and end time.
Format:
"evaluation_job.evaluation_job_id = {evaluation_job_id} AND
evaluation_job.evaluation_job_run_time_start = {timestamp} AND
evaluation_job.evaluation_job_run_time_end = {timestamp} AND
annotation_spec.display_name = {display_name}"
string filter = 2;int getPageSize()
Optional. Requested page size. Server may return fewer results than requested. Default value is 100.
int32 page_size = 3;String getPageToken()
Optional. A token identifying a page of results for the server to return. Typically obtained by [SearchEvaluationsResponse.next_page_token][google.cloud.datalabeling.v1beta1.SearchEvaluationsResponse.next_page_token] of the previous [DataLabelingService.SearchEvaluations] call. Return first page if empty.
string page_token = 4;com.google.protobuf.ByteString getPageTokenBytes()
Optional. A token identifying a page of results for the server to return. Typically obtained by [SearchEvaluationsResponse.next_page_token][google.cloud.datalabeling.v1beta1.SearchEvaluationsResponse.next_page_token] of the previous [DataLabelingService.SearchEvaluations] call. Return first page if empty.
string page_token = 4;Copyright © 2019 Google LLC. All rights reserved.