Class: Aws::IoT::Types::GetBehaviorModelTrainingSummariesResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::GetBehaviorModelTrainingSummariesResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A token that can be used to retrieve the next set of results, or ‘null` if there are no additional results.
 - 
  
    
      #summaries  ⇒ Array<Types::BehaviorModelTrainingSummary> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of all ML Detect behaviors and their model status for a given Security Profile.
 
Instance Attribute Details
#next_token ⇒ String
A token that can be used to retrieve the next set of results, or ‘null` if there are no additional results.
      7238 7239 7240 7241 7242 7243  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7238 class GetBehaviorModelTrainingSummariesResponse < Struct.new( :summaries, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#summaries ⇒ Array<Types::BehaviorModelTrainingSummary>
A list of all ML Detect behaviors and their model status for a given Security Profile.
      7238 7239 7240 7241 7242 7243  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7238 class GetBehaviorModelTrainingSummariesResponse < Struct.new( :summaries, :next_token) SENSITIVE = [] include Aws::Structure end  |