Class ListEvaluationJobsRequest (0.4.2)

Request message for ListEvaluationJobs.

Optional. You can filter the jobs to list by model_id (also known as model_name, as described in [EvaluationJob.modelVersi on][google.cloud.datalabeling.v1beta1.EvaluationJob.model_vers ion]) or by evaluation job state (as described in [EvaluationJ ob.state][google.cloud.datalabeling.v1beta1.EvaluationJob.stat e]). To filter by both criteria, use the AND operator or the OR operator. For example, you can use the following string for your filter: “evaluationjob.model_id = {model_name} AND evaluationjob.state = {evaluation_job_state}”

Optional. A token identifying a page of results for the server to return. Typically obtained by the [nextPageToken][google.cl oud.datalabeling.v1beta1.ListEvaluationJobsResponse.next_page_ token] in the response to the previous request. The request returns the first page if this is empty.

Inheritance

builtins.object > google.protobuf.pyext._message.CMessage > builtins.object > google.protobuf.message.Message > ListEvaluationJobsRequest