Uses of Class
com.google.cloud.aiplatform.v1.ResourcePool.AutoscalingSpec.Builder
Packages that use ResourcePool.AutoscalingSpec.Builder
-
Uses of ResourcePool.AutoscalingSpec.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ResourcePool.AutoscalingSpec.BuilderModifier and TypeMethodDescriptionResourcePool.AutoscalingSpec.Builder.clear()ResourcePool.AutoscalingSpec.Builder.clearMaxReplicaCount()Optional. max replicas in the node pool, must be ≥ replica_count and > min_replica_count or will throw errorResourcePool.AutoscalingSpec.Builder.clearMinReplicaCount()Optional. min replicas in the node pool, must be ≤ replica_count and < max_replica_count or will throw error.ResourcePool.Builder.getAutoscalingSpecBuilder()Optional.ResourcePool.AutoscalingSpec.Builder.mergeFrom(ResourcePool.AutoscalingSpec other) ResourcePool.AutoscalingSpec.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ResourcePool.AutoscalingSpec.Builder.mergeFrom(com.google.protobuf.Message other) ResourcePool.AutoscalingSpec.newBuilder()ResourcePool.AutoscalingSpec.newBuilder(ResourcePool.AutoscalingSpec prototype) ResourcePool.AutoscalingSpec.newBuilderForType()protected ResourcePool.AutoscalingSpec.BuilderResourcePool.AutoscalingSpec.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ResourcePool.AutoscalingSpec.Builder.setMaxReplicaCount(long value) Optional. max replicas in the node pool, must be ≥ replica_count and > min_replica_count or will throw errorResourcePool.AutoscalingSpec.Builder.setMinReplicaCount(long value) Optional. min replicas in the node pool, must be ≤ replica_count and < max_replica_count or will throw error.ResourcePool.AutoscalingSpec.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type ResourcePool.AutoscalingSpec.BuilderModifier and TypeMethodDescriptionResourcePool.Builder.setAutoscalingSpec(ResourcePool.AutoscalingSpec.Builder builderForValue) Optional.