Class: Aws::SageMaker::Types::ParallelismConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ParallelismConfiguration
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Configuration that controls the parallelism of the pipeline. By default, the parallelism configuration specified applies to all executions of the pipeline unless overridden.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #max_parallel_execution_steps  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The max number of steps that can be executed in parallel.
 
Instance Attribute Details
#max_parallel_execution_steps ⇒ Integer
The max number of steps that can be executed in parallel.
      37403 37404 37405 37406 37407  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 37403 class ParallelismConfiguration < Struct.new( :max_parallel_execution_steps) SENSITIVE = [] include Aws::Structure end  |