GoogleCloudMlV1AutoScaling constructor

GoogleCloudMlV1AutoScaling({
  1. int? maxNodes,
  2. List<GoogleCloudMlV1MetricSpec>? metrics,
  3. int? minNodes,
})

Implementation

GoogleCloudMlV1AutoScaling({
  this.maxNodes,
  this.metrics,
  this.minNodes,
});