| Package | Description |
|---|---|
| com.google.api.services.ml.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudMlV1AutoScaling |
GoogleCloudMlV1AutoScaling.clone() |
GoogleCloudMlV1AutoScaling |
GoogleCloudMlV1Version.getAutoScaling()
Automatically scale the number of nodes used to serve the model in response to increases and
decreases in traffic.
|
GoogleCloudMlV1AutoScaling |
GoogleCloudMlV1AutoScaling.set(String fieldName,
Object value) |
GoogleCloudMlV1AutoScaling |
GoogleCloudMlV1AutoScaling.setMaxNodes(Integer maxNodes)
The maximum number of nodes to scale this model under load.
|
GoogleCloudMlV1AutoScaling |
GoogleCloudMlV1AutoScaling.setMetrics(List<GoogleCloudMlV1MetricSpec> metrics)
MetricSpec contains the specifications to use to calculate the desired nodes count.
|
GoogleCloudMlV1AutoScaling |
GoogleCloudMlV1AutoScaling.setMinNodes(Integer minNodes)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudMlV1Version |
GoogleCloudMlV1Version.setAutoScaling(GoogleCloudMlV1AutoScaling autoScaling)
Automatically scale the number of nodes used to serve the model in response to increases and
decreases in traffic.
|
Copyright © 2011–2021 Google. All rights reserved.