public sealed class ListEvaluationJobsRequest : IMessage<ListEvaluationJobsRequest>, IEquatable<ListEvaluationJobsRequest>, IDeepCloneable<ListEvaluationJobsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Data Labeling v1beta1 API class ListEvaluationJobsRequest.
Request message for ListEvaluationJobs.
Implements
IMessageListEvaluationJobsRequest, IEquatableListEvaluationJobsRequest, IDeepCloneableListEvaluationJobsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
ListEvaluationJobsRequest()
public ListEvaluationJobsRequest()
ListEvaluationJobsRequest(ListEvaluationJobsRequest)
public ListEvaluationJobsRequest(ListEvaluationJobsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListEvaluationJobsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. You can filter the jobs to list by model_id (also known as
model_name, as described in
[EvaluationJob.modelVersion][google.cloud.datalabeling.v1beta1.EvaluationJob.model_version]) or by
evaluation job state (as described in [EvaluationJob.state][google.cloud.datalabeling.v1beta1.EvaluationJob.state]). To filter
by both criteria, use the AND
operator or the OR
operator. For example,
you can use the following string for your filter:
"evaluation<span></span>job.model_id = <var>{model_name}</var> AND
evaluation<span></span>job.state = <var>{evaluation_job_state}</var>"
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. Requested page size. Server may return fewer results than requested. Default value is 100.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. A token identifying a page of results for the server to return. Typically obtained by the [nextPageToken][google.cloud.datalabeling.v1beta1.ListEvaluationJobsResponse.next_page_token] in the response to the previous request. The request returns the first page if this is empty.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Evaluation job resource parent. Format: "projects/<var>{project_id}</var>"
Property Value | |
---|---|
Type | Description |
string |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }
ProjectName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ProjectName |