Class: Aws::SageMaker::Types::ProductionVariantManagedInstanceScaling
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ProductionVariantManagedInstanceScaling
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Settings that control the range in the number of instances that the endpoint provisions as it scales up or down to accommodate traffic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_instance_count ⇒ Integer
The maximum number of instances that the endpoint can provision when it scales up to accommodate an increase in traffic.
-
#min_instance_count ⇒ Integer
The minimum number of instances that the endpoint must retain when it scales down to accommodate a decrease in traffic.
-
#status ⇒ String
Indicates whether managed instance scaling is enabled.
Instance Attribute Details
#max_instance_count ⇒ Integer
The maximum number of instances that the endpoint can provision when it scales up to accommodate an increase in traffic.
39097 39098 39099 39100 39101 39102 39103 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39097 class ProductionVariantManagedInstanceScaling < Struct.new( :status, :min_instance_count, :max_instance_count) SENSITIVE = [] include Aws::Structure end |
#min_instance_count ⇒ Integer
The minimum number of instances that the endpoint must retain when it scales down to accommodate a decrease in traffic.
39097 39098 39099 39100 39101 39102 39103 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39097 class ProductionVariantManagedInstanceScaling < Struct.new( :status, :min_instance_count, :max_instance_count) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Indicates whether managed instance scaling is enabled.
39097 39098 39099 39100 39101 39102 39103 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39097 class ProductionVariantManagedInstanceScaling < Struct.new( :status, :min_instance_count, :max_instance_count) SENSITIVE = [] include Aws::Structure end |