GoogleCloudAiplatformV1ListHyperparameterTuningJobsResponse constructor

GoogleCloudAiplatformV1ListHyperparameterTuningJobsResponse({
  1. List<GoogleCloudAiplatformV1HyperparameterTuningJob>? hyperparameterTuningJobs,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListHyperparameterTuningJobsResponse({
  this.hyperparameterTuningJobs,
  this.nextPageToken,
});