Class ResourcePool.AutoscalingSpec.Builder (3.84.0)

public static final class ResourcePool.AutoscalingSpec.Builder extends GeneratedMessage.Builder<ResourcePool.AutoscalingSpec.Builder> implements ResourcePool.AutoscalingSpecOrBuilder

The min/max number of replicas allowed if enabling autoscaling

Protobuf type google.cloud.aiplatform.v1beta1.ResourcePool.AutoscalingSpec

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public ResourcePool.AutoscalingSpec build()
Returns
Type Description
ResourcePool.AutoscalingSpec

buildPartial()

public ResourcePool.AutoscalingSpec buildPartial()
Returns
Type Description
ResourcePool.AutoscalingSpec

clear()

public ResourcePool.AutoscalingSpec.Builder clear()
Returns
Type Description
ResourcePool.AutoscalingSpec.Builder
Overrides

clearMaxReplicaCount()

public ResourcePool.AutoscalingSpec.Builder clearMaxReplicaCount()

Optional. max replicas in the node pool, must be ≥ replica_count and > min_replica_count or will throw error

optional int64 max_replica_count = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ResourcePool.AutoscalingSpec.Builder

This builder for chaining.

clearMinReplicaCount()

public ResourcePool.AutoscalingSpec.Builder clearMinReplicaCount()

Optional. min replicas in the node pool, must be ≤ replica_count and < max_replica_count or will throw error. For autoscaling enabled Ray-on-Vertex, we allow min_replica_count of a resource_pool to be 0 to match the OSS Ray behavior(https://docs.ray.io/en/latest/cluster/vms/user-guides/configuring-autoscaling.html#cluster-config-parameters). As for Persistent Resource, the min_replica_count must be > 0, we added a corresponding validation inside CreatePersistentResourceRequestValidator.java.

optional int64 min_replica_count = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ResourcePool.AutoscalingSpec.Builder

This builder for chaining.

getDefaultInstanceForType()

public ResourcePool.AutoscalingSpec getDefaultInstanceForType()
Returns
Type Description
ResourcePool.AutoscalingSpec

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getMaxReplicaCount()

public long getMaxReplicaCount()

Optional. max replicas in the node pool, must be ≥ replica_count and > min_replica_count or will throw error

optional int64 max_replica_count = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
long

The maxReplicaCount.

getMinReplicaCount()

public long getMinReplicaCount()

Optional. min replicas in the node pool, must be ≤ replica_count and < max_replica_count or will throw error. For autoscaling enabled Ray-on-Vertex, we allow min_replica_count of a resource_pool to be 0 to match the OSS Ray behavior(https://docs.ray.io/en/latest/cluster/vms/user-guides/configuring-autoscaling.html#cluster-config-parameters). As for Persistent Resource, the min_replica_count must be > 0, we added a corresponding validation inside CreatePersistentResourceRequestValidator.java.

optional int64 min_replica_count = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
long

The minReplicaCount.

hasMaxReplicaCount()

public boolean hasMaxReplicaCount()

Optional. max replicas in the node pool, must be ≥ replica_count and > min_replica_count or will throw error

optional int64 max_replica_count = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the maxReplicaCount field is set.

hasMinReplicaCount()

public boolean hasMinReplicaCount()

Optional. min replicas in the node pool, must be ≤ replica_count and < max_replica_count or will throw error. For autoscaling enabled Ray-on-Vertex, we allow min_replica_count of a resource_pool to be 0 to match the OSS Ray behavior(https://docs.ray.io/en/latest/cluster/vms/user-guides/configuring-autoscaling.html#cluster-config-parameters). As for Persistent Resource, the min_replica_count must be > 0, we added a corresponding validation inside CreatePersistentResourceRequestValidator.java.

optional int64 min_replica_count = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the minReplicaCount field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ResourcePool.AutoscalingSpec other)

public ResourcePool.AutoscalingSpec.Builder mergeFrom(ResourcePool.AutoscalingSpec other)
Parameter
Name Description
other ResourcePool.AutoscalingSpec
Returns
Type Description
ResourcePool.AutoscalingSpec.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ResourcePool.AutoscalingSpec.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResourcePool.AutoscalingSpec.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ResourcePool.AutoscalingSpec.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ResourcePool.AutoscalingSpec.Builder
Overrides

setMaxReplicaCount(long value)

public ResourcePool.AutoscalingSpec.Builder setMaxReplicaCount(long value)

Optional. max replicas in the node pool, must be ≥ replica_count and > min_replica_count or will throw error

optional int64 max_replica_count = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value long

The maxReplicaCount to set.

Returns
Type Description
ResourcePool.AutoscalingSpec.Builder

This builder for chaining.

setMinReplicaCount(long value)

public ResourcePool.AutoscalingSpec.Builder setMinReplicaCount(long value)

Optional. min replicas in the node pool, must be ≤ replica_count and < max_replica_count or will throw error. For autoscaling enabled Ray-on-Vertex, we allow min_replica_count of a resource_pool to be 0 to match the OSS Ray behavior(https://docs.ray.io/en/latest/cluster/vms/user-guides/configuring-autoscaling.html#cluster-config-parameters). As for Persistent Resource, the min_replica_count must be > 0, we added a corresponding validation inside CreatePersistentResourceRequestValidator.java.

optional int64 min_replica_count = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value long

The minReplicaCount to set.

Returns
Type Description
ResourcePool.AutoscalingSpec.Builder

This builder for chaining.