Class: Aws::SageMaker::Types::InstanceGroupScalingMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::InstanceGroupScalingMetadata
- 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
-
#failure_message ⇒ String
An error message describing why the scaling operation failed, if applicable.
-
#instance_count ⇒ Integer
The current number of instances in the group.
-
#target_count ⇒ Integer
The desired number of instances for the group after scaling.
Instance Attribute Details
#failure_message ⇒ String
An error message describing why the scaling operation failed, if applicable.
28554 28555 28556 28557 28558 28559 28560 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28554 class InstanceGroupScalingMetadata < Struct.new( :instance_count, :target_count, :failure_message) SENSITIVE = [] include Aws::Structure end |
#instance_count ⇒ Integer
The current number of instances in the group.
28554 28555 28556 28557 28558 28559 28560 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28554 class InstanceGroupScalingMetadata < Struct.new( :instance_count, :target_count, :failure_message) SENSITIVE = [] include Aws::Structure end |
#target_count ⇒ Integer
The desired number of instances for the group after scaling.
28554 28555 28556 28557 28558 28559 28560 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28554 class InstanceGroupScalingMetadata < Struct.new( :instance_count, :target_count, :failure_message) SENSITIVE = [] include Aws::Structure end |