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.
      4625 4626 4627 4628 4629 4630 4631 4632 4633  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 4625 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.
      4625 4626 4627 4628 4629 4630 4631 4632 4633  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 4625 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.
      4625 4626 4627 4628 4629 4630 4631 4632 4633  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 4625 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.
      4625 4626 4627 4628 4629 4630 4631 4632 4633  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 4625 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.
      4625 4626 4627 4628 4629 4630 4631 4632 4633  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 4625 class ClusterNodeSummary < Struct.new( :instance_group_name, :instance_id, :instance_type, :launch_time, :instance_status) SENSITIVE = [] include Aws::Structure end  |