Class: Aws::IoT::Types::BehaviorModelTrainingSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::BehaviorModelTrainingSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
The summary of an ML Detect behavior model.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #behavior_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the behavior.
 - 
  
    
      #datapoints_collection_percentage  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The percentage of datapoints collected.
 - 
  
    
      #last_model_refresh_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date the model was last refreshed.
 - 
  
    
      #model_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the behavior model.
 - 
  
    
      #security_profile_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the security profile.
 - 
  
    
      #training_data_collection_start_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date a training model started collecting data.
 
Instance Attribute Details
#behavior_name ⇒ String
The name of the behavior.
      1418 1419 1420 1421 1422 1423 1424 1425 1426 1427  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 1418 class BehaviorModelTrainingSummary < Struct.new( :security_profile_name, :behavior_name, :training_data_collection_start_date, :model_status, :datapoints_collection_percentage, :last_model_refresh_date) SENSITIVE = [] include Aws::Structure end  | 
  
#datapoints_collection_percentage ⇒ Float
The percentage of datapoints collected.
      1418 1419 1420 1421 1422 1423 1424 1425 1426 1427  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 1418 class BehaviorModelTrainingSummary < Struct.new( :security_profile_name, :behavior_name, :training_data_collection_start_date, :model_status, :datapoints_collection_percentage, :last_model_refresh_date) SENSITIVE = [] include Aws::Structure end  | 
  
#last_model_refresh_date ⇒ Time
The date the model was last refreshed.
      1418 1419 1420 1421 1422 1423 1424 1425 1426 1427  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 1418 class BehaviorModelTrainingSummary < Struct.new( :security_profile_name, :behavior_name, :training_data_collection_start_date, :model_status, :datapoints_collection_percentage, :last_model_refresh_date) SENSITIVE = [] include Aws::Structure end  | 
  
#model_status ⇒ String
The status of the behavior model.
      1418 1419 1420 1421 1422 1423 1424 1425 1426 1427  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 1418 class BehaviorModelTrainingSummary < Struct.new( :security_profile_name, :behavior_name, :training_data_collection_start_date, :model_status, :datapoints_collection_percentage, :last_model_refresh_date) SENSITIVE = [] include Aws::Structure end  | 
  
#security_profile_name ⇒ String
The name of the security profile.
      1418 1419 1420 1421 1422 1423 1424 1425 1426 1427  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 1418 class BehaviorModelTrainingSummary < Struct.new( :security_profile_name, :behavior_name, :training_data_collection_start_date, :model_status, :datapoints_collection_percentage, :last_model_refresh_date) SENSITIVE = [] include Aws::Structure end  | 
  
#training_data_collection_start_date ⇒ Time
The date a training model started collecting data.
      1418 1419 1420 1421 1422 1423 1424 1425 1426 1427  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 1418 class BehaviorModelTrainingSummary < Struct.new( :security_profile_name, :behavior_name, :training_data_collection_start_date, :model_status, :datapoints_collection_percentage, :last_model_refresh_date) SENSITIVE = [] include Aws::Structure end  |