Class: Aws::SageMaker::Types::DynamicScalingConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

An object with the recommended values for you to specify when creating an autoscaling policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_capacityInteger

The recommended maximum capacity to specify for your autoscaling policy.

Returns:

  • (Integer)


17933
17934
17935
17936
17937
17938
17939
17940
17941
# File 'lib/aws-sdk-sagemaker/types.rb', line 17933

class DynamicScalingConfiguration < Struct.new(
  :min_capacity,
  :max_capacity,
  :scale_in_cooldown,
  :scale_out_cooldown,
  :scaling_policies)
  SENSITIVE = []
  include Aws::Structure
end

#min_capacityInteger

The recommended minimum capacity to specify for your autoscaling policy.

Returns:

  • (Integer)


17933
17934
17935
17936
17937
17938
17939
17940
17941
# File 'lib/aws-sdk-sagemaker/types.rb', line 17933

class DynamicScalingConfiguration < Struct.new(
  :min_capacity,
  :max_capacity,
  :scale_in_cooldown,
  :scale_out_cooldown,
  :scaling_policies)
  SENSITIVE = []
  include Aws::Structure
end

#scale_in_cooldownInteger

The recommended scale in cooldown time for your autoscaling policy.

Returns:

  • (Integer)


17933
17934
17935
17936
17937
17938
17939
17940
17941
# File 'lib/aws-sdk-sagemaker/types.rb', line 17933

class DynamicScalingConfiguration < Struct.new(
  :min_capacity,
  :max_capacity,
  :scale_in_cooldown,
  :scale_out_cooldown,
  :scaling_policies)
  SENSITIVE = []
  include Aws::Structure
end

#scale_out_cooldownInteger

The recommended scale out cooldown time for your autoscaling policy.

Returns:

  • (Integer)


17933
17934
17935
17936
17937
17938
17939
17940
17941
# File 'lib/aws-sdk-sagemaker/types.rb', line 17933

class DynamicScalingConfiguration < Struct.new(
  :min_capacity,
  :max_capacity,
  :scale_in_cooldown,
  :scale_out_cooldown,
  :scaling_policies)
  SENSITIVE = []
  include Aws::Structure
end

#scaling_policiesArray<Types::ScalingPolicy>

An object of the scaling policies for each metric.

Returns:



17933
17934
17935
17936
17937
17938
17939
17940
17941
# File 'lib/aws-sdk-sagemaker/types.rb', line 17933

class DynamicScalingConfiguration < Struct.new(
  :min_capacity,
  :max_capacity,
  :scale_in_cooldown,
  :scale_out_cooldown,
  :scaling_policies)
  SENSITIVE = []
  include Aws::Structure
end