GoogleCloudAiplatformV1FeaturestoreOnlineServingConfigScaling class

Online serving scaling configuration.

If min_node_count and max_node_count are set to the same value, the cluster will be configured with the fixed number of node (no auto-scaling).

Properties

cpuUtilizationTarget int?
The cpu utilization that the Autoscaler should be trying to achieve.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxNodeCount int?
The maximum number of nodes to scale up to.
getter/setter pair
minNodeCount int?
The minimum number of nodes to scale down to.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited