Class: Google::Cloud::AIPlatform::V1::ResourcePool::AutoscalingSpec

Inherits:
Object
  • Object
show all
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

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