Class: Aws::SageMaker::Types::TrafficPattern
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::TrafficPattern
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Defines the traffic pattern of the load test.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #phases  ⇒ Array<Types::Phase> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Defines the phases traffic specification.
 - 
  
    
      #stairs  ⇒ Types::Stairs 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Defines the stairs traffic pattern.
 - 
  
    
      #traffic_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Defines the traffic patterns.
 
Instance Attribute Details
#phases ⇒ Array<Types::Phase>
Defines the phases traffic specification.
      44779 44780 44781 44782 44783 44784 44785  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 44779 class TrafficPattern < Struct.new( :traffic_type, :phases, :stairs) SENSITIVE = [] include Aws::Structure end  | 
  
#stairs ⇒ Types::Stairs
Defines the stairs traffic pattern.
      44779 44780 44781 44782 44783 44784 44785  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 44779 class TrafficPattern < Struct.new( :traffic_type, :phases, :stairs) SENSITIVE = [] include Aws::Structure end  | 
  
#traffic_type ⇒ String
Defines the traffic patterns. Choose either ‘PHASES` or `STAIRS`.
      44779 44780 44781 44782 44783 44784 44785  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 44779 class TrafficPattern < Struct.new( :traffic_type, :phases, :stairs) SENSITIVE = [] include Aws::Structure end  |