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.
1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 |
# File 'lib/aws-sdk-iot/types.rb', line 1495 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.
1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 |
# File 'lib/aws-sdk-iot/types.rb', line 1495 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.
1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 |
# File 'lib/aws-sdk-iot/types.rb', line 1495 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.
1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 |
# File 'lib/aws-sdk-iot/types.rb', line 1495 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.
1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 |
# File 'lib/aws-sdk-iot/types.rb', line 1495 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.
1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 |
# File 'lib/aws-sdk-iot/types.rb', line 1495 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 |