Class: Aws::SageMaker::Types::RecommendationJobResourceLimit
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::RecommendationJobResourceLimit
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Specifies the maximum number of jobs that can run in parallel and the maximum number of jobs that can run.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #max_number_of_tests  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Defines the maximum number of load tests.
 - 
  
    
      #max_parallel_of_tests  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Defines the maximum number of parallel load tests.
 
Instance Attribute Details
#max_number_of_tests ⇒ Integer
Defines the maximum number of load tests.
      40718 40719 40720 40721 40722 40723  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 40718 class RecommendationJobResourceLimit < Struct.new( :max_number_of_tests, :max_parallel_of_tests) SENSITIVE = [] include Aws::Structure end  | 
  
#max_parallel_of_tests ⇒ Integer
Defines the maximum number of parallel load tests.
      40718 40719 40720 40721 40722 40723  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 40718 class RecommendationJobResourceLimit < Struct.new( :max_number_of_tests, :max_parallel_of_tests) SENSITIVE = [] include Aws::Structure end  |