Class: Aws::SageMaker::Types::ClusterNodeSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ClusterNodeSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Lists a summary of the properties of an instance (also called a node interchangeably) of a SageMaker HyperPod cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_group_name ⇒ String
The name of the instance group in which the instance is.
-
#instance_id ⇒ String
The ID of the instance.
-
#instance_status ⇒ Types::ClusterInstanceStatusDetails
The status of the instance.
-
#instance_type ⇒ String
The type of the instance.
-
#launch_time ⇒ Time
The time when the instance is launched.
Instance Attribute Details
#instance_group_name ⇒ String
The name of the instance group in which the instance is.
4506 4507 4508 4509 4510 4511 4512 4513 4514 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4506 class ClusterNodeSummary < Struct.new( :instance_group_name, :instance_id, :instance_type, :launch_time, :instance_status) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the instance.
4506 4507 4508 4509 4510 4511 4512 4513 4514 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4506 class ClusterNodeSummary < Struct.new( :instance_group_name, :instance_id, :instance_type, :launch_time, :instance_status) SENSITIVE = [] include Aws::Structure end |
#instance_status ⇒ Types::ClusterInstanceStatusDetails
The status of the instance.
4506 4507 4508 4509 4510 4511 4512 4513 4514 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4506 class ClusterNodeSummary < Struct.new( :instance_group_name, :instance_id, :instance_type, :launch_time, :instance_status) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The type of the instance.
4506 4507 4508 4509 4510 4511 4512 4513 4514 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4506 class ClusterNodeSummary < Struct.new( :instance_group_name, :instance_id, :instance_type, :launch_time, :instance_status) SENSITIVE = [] include Aws::Structure end |
#launch_time ⇒ Time
The time when the instance is launched.
4506 4507 4508 4509 4510 4511 4512 4513 4514 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4506 class ClusterNodeSummary < Struct.new( :instance_group_name, :instance_id, :instance_type, :launch_time, :instance_status) SENSITIVE = [] include Aws::Structure end |