Class: Aws::SageMaker::Types::ClusterInstancePlacement
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ClusterInstancePlacement
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Specifies the placement details for the node in the SageMaker HyperPod cluster, including the Availability Zone and the unique identifier (ID) of the Availability Zone.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #availability_zone  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Availability Zone where the node in the SageMaker HyperPod cluster is launched.
 - 
  
    
      #availability_zone_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier (ID) of the Availability Zone where the node in the SageMaker HyperPod cluster is launched.
 
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone where the node in the SageMaker HyperPod cluster is launched.
      4450 4451 4452 4453 4454 4455  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 4450 class ClusterInstancePlacement < Struct.new( :availability_zone, :availability_zone_id) SENSITIVE = [] include Aws::Structure end  | 
  
#availability_zone_id ⇒ String
The unique identifier (ID) of the Availability Zone where the node in the SageMaker HyperPod cluster is launched.
      4450 4451 4452 4453 4454 4455  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 4450 class ClusterInstancePlacement < Struct.new( :availability_zone, :availability_zone_id) SENSITIVE = [] include Aws::Structure end  |