Class ListDataLabelingJobsResponse (0.8.0)

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

Response message for JobService.ListDataLabelingJobs.

Attributes

NameDescription
data_labeling_jobs Sequence[google.cloud.aiplatform_v1.types.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