Class ListDataLabelingJobsResponse (0.4.0)

ListDataLabelingJobsResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Response message for JobService.ListDataLabelingJobs.

Attributes

NameDescription
data_labeling_jobs Sequence[`.gca_data_labeling_job.DataLabelingJob`]
A list of DataLabelingJobs that matches the specified filter in the request.
next_page_token str
The standard List next-page token.

Inheritance

builtins.object > proto.message.Message > ListDataLabelingJobsResponse