GoogleCloudAiplatformV1ListBatchPredictionJobsResponse constructor

GoogleCloudAiplatformV1ListBatchPredictionJobsResponse({
  1. List<GoogleCloudAiplatformV1BatchPredictionJob>? batchPredictionJobs,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListBatchPredictionJobsResponse({
  this.batchPredictionJobs,
  this.nextPageToken,
});