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>"
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eListEvaluationJobsRequest\u003c/code\u003e class is part of the Data Labeling v1beta1 API, designed for requesting a list of evaluation jobs.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIPageRequest\u003c/code\u003e, providing functionality for message handling, equality checks, deep cloning, buffer operations, and paged requests.\u003c/p\u003e\n"],["\u003cp\u003eIt allows filtering of evaluation jobs by model ID or evaluation job state using the \u003ccode\u003eFilter\u003c/code\u003e property, supporting the \u003ccode\u003eAND\u003c/code\u003e or \u003ccode\u003eOR\u003c/code\u003e operators.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePageSize\u003c/code\u003e and \u003ccode\u003ePageToken\u003c/code\u003e properties facilitate pagination, allowing users to manage the number of results returned and navigate through them.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParent\u003c/code\u003e property, which is required, specifies the project under which the evaluation jobs are listed, and \u003ccode\u003eParentAsProjectName\u003c/code\u003e offers a typed view of this property for convenience.\u003c/p\u003e\n"]]],[],null,["# Data Labeling v1beta1 API - Class ListEvaluationJobsRequest (2.0.0-beta05)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta05 (latest)](/dotnet/docs/reference/Google.Cloud.DataLabeling.V1Beta1/latest/Google.Cloud.DataLabeling.V1Beta1.ListEvaluationJobsRequest)\n- [2.0.0-beta04](/dotnet/docs/reference/Google.Cloud.DataLabeling.V1Beta1/2.0.0-beta04/Google.Cloud.DataLabeling.V1Beta1.ListEvaluationJobsRequest)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.DataLabeling.V1Beta1/1.0.0-beta03/Google.Cloud.DataLabeling.V1Beta1.ListEvaluationJobsRequest) \n\n public sealed class ListEvaluationJobsRequest : IMessage\u003cListEvaluationJobsRequest\u003e, IEquatable\u003cListEvaluationJobsRequest\u003e, IDeepCloneable\u003cListEvaluationJobsRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Data Labeling v1beta1 API class ListEvaluationJobsRequest.\n\nRequest message for ListEvaluationJobs. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListEvaluationJobsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListEvaluationJobsRequest](/dotnet/docs/reference/Google.Cloud.DataLabeling.V1Beta1/latest/Google.Cloud.DataLabeling.V1Beta1.ListEvaluationJobsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListEvaluationJobsRequest](/dotnet/docs/reference/Google.Cloud.DataLabeling.V1Beta1/latest/Google.Cloud.DataLabeling.V1Beta1.ListEvaluationJobsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListEvaluationJobsRequest](/dotnet/docs/reference/Google.Cloud.DataLabeling.V1Beta1/latest/Google.Cloud.DataLabeling.V1Beta1.ListEvaluationJobsRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html), [IPageRequest](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DataLabeling.V1Beta1](/dotnet/docs/reference/Google.Cloud.DataLabeling.V1Beta1/latest/Google.Cloud.DataLabeling.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.DataLabeling.V1Beta1.dll\n\nConstructors\n------------\n\n### ListEvaluationJobsRequest()\n\n public ListEvaluationJobsRequest()\n\n### ListEvaluationJobsRequest(ListEvaluationJobsRequest)\n\n public ListEvaluationJobsRequest(ListEvaluationJobsRequest other)\n\nProperties\n----------\n\n### Filter\n\n public string Filter { get; set; }\n\nOptional. You can filter the jobs to list by model_id (also known as\nmodel_name, as described in\n\\[EvaluationJob.modelVersion\\]\\[google.cloud.datalabeling.v1beta1.EvaluationJob.model_version\\]) or by\nevaluation job state (as described in \\[EvaluationJob.state\\]\\[google.cloud.datalabeling.v1beta1.EvaluationJob.state\\]). To filter\nby both criteria, use the `AND` operator or the `OR` operator. For example,\nyou can use the following string for your filter:\n\"evaluation\\\u003cspan\\\u003e*\\\u003c/span\\\u003ejob.model_id = \\\u003cvar\\\u003e{model_name}\\\u003c/var\\\u003e AND\nevaluation\\\u003cspan\\\u003e*\\\u003c/span\\\u003ejob.state = \\\u003cvar\\\u003e{evaluation_job_state}\\\u003c/var\\\u003e\"\n\n### PageSize\n\n public int PageSize { get; set; }\n\nOptional. Requested page size. Server may return fewer results than\nrequested. Default value is 100.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nOptional. A token identifying a page of results for the server to return.\nTypically obtained by the\n\\[nextPageToken\\]\\[google.cloud.datalabeling.v1beta1.ListEvaluationJobsResponse.next_page_token\\] in the response\nto the previous request. The request returns the first page if this is\nempty.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. Evaluation job resource parent. Format:\n\"projects/\\\u003cvar\\\u003e{project_id}\\\u003c/var\\\u003e\"\n\n### ParentAsProjectName\n\n public ProjectName ParentAsProjectName { get; set; }\n\n[ProjectName](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax/ResourceNames/ProjectName.cs)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.DataLabeling.V1Beta1/latest/Google.Cloud.DataLabeling.V1Beta1.ListEvaluationJobsRequest#Google_Cloud_DataLabeling_V1Beta1_ListEvaluationJobsRequest_Parent) resource name property."]]