GoogleCloudAiplatformV1NasTrialDetail constructor

GoogleCloudAiplatformV1NasTrialDetail({
  1. String? name,
  2. String? parameters,
  3. GoogleCloudAiplatformV1NasTrial? searchTrial,
  4. GoogleCloudAiplatformV1NasTrial? trainTrial,
})

Implementation

GoogleCloudAiplatformV1NasTrialDetail({
  this.name,
  this.parameters,
  this.searchTrial,
  this.trainTrial,
});