public interface ListEvaluationJobsRequestOrBuilder
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 resource parent. Format:
"projects/{project_id}"
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Required. Evaluation resource parent. Format:
"projects/{project_id}"
string parent = 1;String getFilter()
Optional. Only support filter by model id and job state. Format:
"evaluation_job.model_id = {model_id} AND evaluation_job.state =
{EvaluationJob::State}"
string filter = 2;com.google.protobuf.ByteString getFilterBytes()
Optional. Only support filter by model id and job state. Format:
"evaluation_job.model_id = {model_id} AND evaluation_job.state =
{EvaluationJob::State}"
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 [ListEvaluationJobs.next_page_token][] of the previous [DataLabelingService.ListEvaluationJobs] 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 [ListEvaluationJobs.next_page_token][] of the previous [DataLabelingService.ListEvaluationJobs] call. Return first page if empty.
string page_token = 4;Copyright © 2019 Google LLC. All rights reserved.