public static final class Featurestore.OnlineServingConfig.Scaling.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Featurestore.OnlineServingConfig.Scaling.Builder> implements Featurestore.OnlineServingConfig.ScalingOrBuilder
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).Protobuf type
google.cloud.aiplatform.v1.Featurestore.OnlineServingConfig.ScalinggetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Featurestore.OnlineServingConfig.Scaling.Builder>public Featurestore.OnlineServingConfig.Scaling.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Featurestore.OnlineServingConfig.Scaling.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Featurestore.OnlineServingConfig.Scaling.Builder>public Featurestore.OnlineServingConfig.Scaling getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Featurestore.OnlineServingConfig.Scaling build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Featurestore.OnlineServingConfig.Scaling buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Featurestore.OnlineServingConfig.Scaling.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Featurestore.OnlineServingConfig.Scaling.Builder>public Featurestore.OnlineServingConfig.Scaling.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Featurestore.OnlineServingConfig.Scaling.Builder>public Featurestore.OnlineServingConfig.Scaling.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Featurestore.OnlineServingConfig.Scaling.Builder>public Featurestore.OnlineServingConfig.Scaling.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Featurestore.OnlineServingConfig.Scaling.Builder>public Featurestore.OnlineServingConfig.Scaling.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Featurestore.OnlineServingConfig.Scaling.Builder>public Featurestore.OnlineServingConfig.Scaling.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Featurestore.OnlineServingConfig.Scaling.Builder>public Featurestore.OnlineServingConfig.Scaling.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Featurestore.OnlineServingConfig.Scaling.Builder>public Featurestore.OnlineServingConfig.Scaling.Builder mergeFrom(Featurestore.OnlineServingConfig.Scaling other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Featurestore.OnlineServingConfig.Scaling.Builder>public Featurestore.OnlineServingConfig.Scaling.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Featurestore.OnlineServingConfig.Scaling.Builder>IOExceptionpublic int getMinNodeCount()
Required. The minimum number of nodes to scale down to. Must be greater than or equal to 1.
int32 min_node_count = 1 [(.google.api.field_behavior) = REQUIRED];getMinNodeCount in interface Featurestore.OnlineServingConfig.ScalingOrBuilderpublic Featurestore.OnlineServingConfig.Scaling.Builder setMinNodeCount(int value)
Required. The minimum number of nodes to scale down to. Must be greater than or equal to 1.
int32 min_node_count = 1 [(.google.api.field_behavior) = REQUIRED];value - The minNodeCount to set.public Featurestore.OnlineServingConfig.Scaling.Builder clearMinNodeCount()
Required. The minimum number of nodes to scale down to. Must be greater than or equal to 1.
int32 min_node_count = 1 [(.google.api.field_behavior) = REQUIRED];public int getMaxNodeCount()
The maximum number of nodes to scale up to. Must be greater than min_node_count, and less than or equal to 10 times of 'min_node_count'.
int32 max_node_count = 2;getMaxNodeCount in interface Featurestore.OnlineServingConfig.ScalingOrBuilderpublic Featurestore.OnlineServingConfig.Scaling.Builder setMaxNodeCount(int value)
The maximum number of nodes to scale up to. Must be greater than min_node_count, and less than or equal to 10 times of 'min_node_count'.
int32 max_node_count = 2;value - The maxNodeCount to set.public Featurestore.OnlineServingConfig.Scaling.Builder clearMaxNodeCount()
The maximum number of nodes to scale up to. Must be greater than min_node_count, and less than or equal to 10 times of 'min_node_count'.
int32 max_node_count = 2;public int getCpuUtilizationTarget()
Optional. The cpu utilization that the Autoscaler should be trying to achieve. This number is on a scale from 0 (no utilization) to 100 (total utilization), and is limited between 10 and 80. When a cluster's CPU utilization exceeds the target that you have set, Bigtable immediately adds nodes to the cluster. When CPU utilization is substantially lower than the target, Bigtable removes nodes. If not set or set to 0, default to 50.
int32 cpu_utilization_target = 3 [(.google.api.field_behavior) = OPTIONAL];getCpuUtilizationTarget in interface Featurestore.OnlineServingConfig.ScalingOrBuilderpublic Featurestore.OnlineServingConfig.Scaling.Builder setCpuUtilizationTarget(int value)
Optional. The cpu utilization that the Autoscaler should be trying to achieve. This number is on a scale from 0 (no utilization) to 100 (total utilization), and is limited between 10 and 80. When a cluster's CPU utilization exceeds the target that you have set, Bigtable immediately adds nodes to the cluster. When CPU utilization is substantially lower than the target, Bigtable removes nodes. If not set or set to 0, default to 50.
int32 cpu_utilization_target = 3 [(.google.api.field_behavior) = OPTIONAL];value - The cpuUtilizationTarget to set.public Featurestore.OnlineServingConfig.Scaling.Builder clearCpuUtilizationTarget()
Optional. The cpu utilization that the Autoscaler should be trying to achieve. This number is on a scale from 0 (no utilization) to 100 (total utilization), and is limited between 10 and 80. When a cluster's CPU utilization exceeds the target that you have set, Bigtable immediately adds nodes to the cluster. When CPU utilization is substantially lower than the target, Bigtable removes nodes. If not set or set to 0, default to 50.
int32 cpu_utilization_target = 3 [(.google.api.field_behavior) = OPTIONAL];public final Featurestore.OnlineServingConfig.Scaling.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Featurestore.OnlineServingConfig.Scaling.Builder>public final Featurestore.OnlineServingConfig.Scaling.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Featurestore.OnlineServingConfig.Scaling.Builder>Copyright © 2023 Google LLC. All rights reserved.