Class: Aws::SageMaker::Types::InstanceGroupScalingMetadata

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

Overview

Metadata information about scaling operations for an instance group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failure_messageString

An error message describing why the scaling operation failed, if applicable.

Returns:

  • (String)


28284
28285
28286
28287
28288
28289
28290
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28284

class InstanceGroupScalingMetadata < Struct.new(
  :instance_count,
  :target_count,
  :failure_message)
  SENSITIVE = []
  include Aws::Structure
end

#instance_countInteger

The current number of instances in the group.

Returns:

  • (Integer)


28284
28285
28286
28287
28288
28289
28290
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28284

class InstanceGroupScalingMetadata < Struct.new(
  :instance_count,
  :target_count,
  :failure_message)
  SENSITIVE = []
  include Aws::Structure
end

#target_countInteger

The desired number of instances for the group after scaling.

Returns:

  • (Integer)


28284
28285
28286
28287
28288
28289
28290
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28284

class InstanceGroupScalingMetadata < Struct.new(
  :instance_count,
  :target_count,
  :failure_message)
  SENSITIVE = []
  include Aws::Structure
end