GoogleCloudAiplatformV1FeatureOnlineStoreBigtableAutoScaling class
Constructors
- GoogleCloudAiplatformV1FeatureOnlineStoreBigtableAutoScaling({int? cpuUtilizationTarget, int? maxNodeCount, int? minNodeCount})
- GoogleCloudAiplatformV1FeatureOnlineStoreBigtableAutoScaling.fromJson(Map json_)
Properties
- cpuUtilizationTarget ↔ int?
-
A percentage of the cluster's CPU capacity.
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