GoogleCloudAiplatformV1ListDataLabelingJobsResponse constructor
GoogleCloudAiplatformV1ListDataLabelingJobsResponse({
- List<
GoogleCloudAiplatformV1DataLabelingJob> ? dataLabelingJobs, - String? nextPageToken,
Implementation
GoogleCloudAiplatformV1ListDataLabelingJobsResponse({
this.dataLabelingJobs,
this.nextPageToken,
});