Class: Aws::SageMaker::Types::DescribeClusterNodeRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeClusterNodeRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cluster_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster in which the node is.
 - 
  
    
      #node_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the SageMaker HyperPod cluster node.
 
Instance Attribute Details
#cluster_name ⇒ String
The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster in which the node is.
      13621 13622 13623 13624 13625 13626  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13621 class DescribeClusterNodeRequest < Struct.new( :cluster_name, :node_id) SENSITIVE = [] include Aws::Structure end  | 
  
#node_id ⇒ String
The ID of the SageMaker HyperPod cluster node.
      13621 13622 13623 13624 13625 13626  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13621 class DescribeClusterNodeRequest < Struct.new( :cluster_name, :node_id) SENSITIVE = [] include Aws::Structure end  |