GoogleCloudMlV1AutoScaling constructor
GoogleCloudMlV1AutoScaling({
- int? maxNodes,
- List<
GoogleCloudMlV1MetricSpec> ? metrics, - int? minNodes,
Implementation
GoogleCloudMlV1AutoScaling({
this.maxNodes,
this.metrics,
this.minNodes,
});