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

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

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)


35538
35539
35540
35541
35542
35543
35544
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35538

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)


35538
35539
35540
35541
35542
35543
35544
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35538

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)


35538
35539
35540
35541
35542
35543
35544
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35538

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