GoogleCloudAiplatformV1SupervisedHyperParameters constructor

GoogleCloudAiplatformV1SupervisedHyperParameters({
  1. String? adapterSize,
  2. String? epochCount,
  3. double? learningRateMultiplier,
})

Implementation

GoogleCloudAiplatformV1SupervisedHyperParameters({
  this.adapterSize,
  this.epochCount,
  this.learningRateMultiplier,
});