Class: Aws::SageMaker::Types::ClusterAutoScalingConfigOutput

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

Overview

The autoscaling configuration and status information for a HyperPod cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaler_typeString

The type of autoscaler configured for the cluster.

Returns:

  • (String)


4748
4749
4750
4751
4752
4753
4754
4755
# File 'lib/aws-sdk-sagemaker/types.rb', line 4748

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

#failure_messageString

If the autoscaling status is ‘Failed`, this field contains a message describing the failure.

Returns:

  • (String)


4748
4749
4750
4751
4752
4753
4754
4755
# File 'lib/aws-sdk-sagemaker/types.rb', line 4748

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

#modeString

Describes whether autoscaling is enabled or disabled for the cluster.

Returns:

  • (String)


4748
4749
4750
4751
4752
4753
4754
4755
# File 'lib/aws-sdk-sagemaker/types.rb', line 4748

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

#statusString

The current status of the autoscaling configuration. Valid values are ‘InService`, `Failed`, `Creating`, and `Deleting`.

Returns:

  • (String)


4748
4749
4750
4751
4752
4753
4754
4755
# File 'lib/aws-sdk-sagemaker/types.rb', line 4748

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