GoogleCloudAiplatformV1ListBatchPredictionJobsResponse constructor
GoogleCloudAiplatformV1ListBatchPredictionJobsResponse({
- List<
GoogleCloudAiplatformV1BatchPredictionJob> ? batchPredictionJobs, - String? nextPageToken,
Implementation
GoogleCloudAiplatformV1ListBatchPredictionJobsResponse({
this.batchPredictionJobs,
this.nextPageToken,
});