Class: Google::Cloud::AIPlatform::V1::ResourcePool::AutoscalingSpec
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ResourcePool::AutoscalingSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/persistent_resource.rb
Overview
The min/max number of replicas allowed if enabling autoscaling
Instance Attribute Summary collapse
-
#max_replica_count ⇒ ::Integer
Optional.
-
#min_replica_count ⇒ ::Integer
Optional.
Instance Attribute Details
#max_replica_count ⇒ ::Integer
189 190 191 192 |
# File 'proto_docs/google/cloud/aiplatform/v1/persistent_resource.rb', line 189 class AutoscalingSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_replica_count ⇒ ::Integer
189 190 191 192 |
# File 'proto_docs/google/cloud/aiplatform/v1/persistent_resource.rb', line 189 class AutoscalingSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |