GoogleCloudAiplatformV1ListHyperparameterTuningJobsResponse constructor
GoogleCloudAiplatformV1ListHyperparameterTuningJobsResponse({
- List<
GoogleCloudAiplatformV1HyperparameterTuningJob> ? hyperparameterTuningJobs, - String? nextPageToken,
Implementation
GoogleCloudAiplatformV1ListHyperparameterTuningJobsResponse({
this.hyperparameterTuningJobs,
this.nextPageToken,
});