Class: Aws::SageMaker::Types::UltraServerSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UltraServerSummary
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
A summary of UltraServer resources and their current status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#available_spare_instance_count ⇒ Integer
The number of available spare instances in the UltraServers.
-
#instance_type ⇒ String
The Amazon EC2 instance type used in the UltraServer.
-
#ultra_server_count ⇒ Integer
The number of UltraServers of this type.
-
#ultra_server_type ⇒ String
The type of UltraServer, such as ml.u-p6e-gb200x72.
-
#unhealthy_instance_count ⇒ Integer
The total number of instances across all UltraServers of this type that are currently in an unhealthy state.
Instance Attribute Details
#available_spare_instance_count ⇒ Integer
The number of available spare instances in the UltraServers.
50276 50277 50278 50279 50280 50281 50282 50283 50284 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50276 class UltraServerSummary < Struct.new( :ultra_server_type, :instance_type, :ultra_server_count, :available_spare_instance_count, :unhealthy_instance_count) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The Amazon EC2 instance type used in the UltraServer.
50276 50277 50278 50279 50280 50281 50282 50283 50284 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50276 class UltraServerSummary < Struct.new( :ultra_server_type, :instance_type, :ultra_server_count, :available_spare_instance_count, :unhealthy_instance_count) SENSITIVE = [] include Aws::Structure end |
#ultra_server_count ⇒ Integer
The number of UltraServers of this type.
50276 50277 50278 50279 50280 50281 50282 50283 50284 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50276 class UltraServerSummary < Struct.new( :ultra_server_type, :instance_type, :ultra_server_count, :available_spare_instance_count, :unhealthy_instance_count) SENSITIVE = [] include Aws::Structure end |
#ultra_server_type ⇒ String
The type of UltraServer, such as ml.u-p6e-gb200x72.
50276 50277 50278 50279 50280 50281 50282 50283 50284 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50276 class UltraServerSummary < Struct.new( :ultra_server_type, :instance_type, :ultra_server_count, :available_spare_instance_count, :unhealthy_instance_count) SENSITIVE = [] include Aws::Structure end |
#unhealthy_instance_count ⇒ Integer
The total number of instances across all UltraServers of this type that are currently in an unhealthy state.
50276 50277 50278 50279 50280 50281 50282 50283 50284 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50276 class UltraServerSummary < Struct.new( :ultra_server_type, :instance_type, :ultra_server_count, :available_spare_instance_count, :unhealthy_instance_count) SENSITIVE = [] include Aws::Structure end |