Class: Aws::SageMaker::Types::ClusterAutoScalingConfig

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

Overview

Specifies the autoscaling configuration for a HyperPod cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaler_typeString

The type of autoscaler to use. Currently supported value is Karpenter.

Returns:

  • (String)


4717
4718
4719
4720
4721
4722
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4717

class ClusterAutoScalingConfig < Struct.new(
  :mode,
  :auto_scaler_type)
  SENSITIVE = []
  include Aws::Structure
end

#modeString

Describes whether autoscaling is enabled or disabled for the cluster. Valid values are Enable and Disable.

Returns:

  • (String)


4717
4718
4719
4720
4721
4722
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4717

class ClusterAutoScalingConfig < Struct.new(
  :mode,
  :auto_scaler_type)
  SENSITIVE = []
  include Aws::Structure
end