GoogleCloudAiplatformV1ListDataLabelingJobsResponse constructor

GoogleCloudAiplatformV1ListDataLabelingJobsResponse({
  1. List<GoogleCloudAiplatformV1DataLabelingJob>? dataLabelingJobs,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListDataLabelingJobsResponse({
  this.dataLabelingJobs,
  this.nextPageToken,
});