Class: Aws::SageMaker::Types::ComputeQuotaResourceConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ComputeQuotaResourceConfig
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Configuration of the resources used for the compute allocation definition.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of instances to add to the instance group of a SageMaker HyperPod cluster.
 - 
  
    
      #instance_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The instance type of the instance group for the cluster.
 
Instance Attribute Details
#count ⇒ Integer
The number of instances to add to the instance group of a SageMaker HyperPod cluster.
      5131 5132 5133 5134 5135 5136  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 5131 class ComputeQuotaResourceConfig < Struct.new( :instance_type, :count) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_type ⇒ String
The instance type of the instance group for the cluster.
      5131 5132 5133 5134 5135 5136  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 5131 class ComputeQuotaResourceConfig < Struct.new( :instance_type, :count) SENSITIVE = [] include Aws::Structure end  |