Class: Aws::SageMaker::Types::ProductionVariantManagedInstanceScaling

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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

Instance Attribute Details

#max_instance_countInteger

The maximum number of instances that the endpoint can provision when it scales up to accommodate an increase in traffic.

Returns:

  • (Integer)


37559
37560
37561
37562
37563
37564
37565
# File 'lib/aws-sdk-sagemaker/types.rb', line 37559

class ProductionVariantManagedInstanceScaling < Struct.new(
  :status,
  :min_instance_count,
  :max_instance_count)
  SENSITIVE = []
  include Aws::Structure
end

#min_instance_countInteger

The minimum number of instances that the endpoint must retain when it scales down to accommodate a decrease in traffic.

Returns:

  • (Integer)


37559
37560
37561
37562
37563
37564
37565
# File 'lib/aws-sdk-sagemaker/types.rb', line 37559

class ProductionVariantManagedInstanceScaling < Struct.new(
  :status,
  :min_instance_count,
  :max_instance_count)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Indicates whether managed instance scaling is enabled.

Returns:

  • (String)


37559
37560
37561
37562
37563
37564
37565
# File 'lib/aws-sdk-sagemaker/types.rb', line 37559

class ProductionVariantManagedInstanceScaling < Struct.new(
  :status,
  :min_instance_count,
  :max_instance_count)
  SENSITIVE = []
  include Aws::Structure
end