Class: Aws::IoT::Types::BehaviorModelTrainingSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#behavior_nameString

The name of the behavior.

Returns:

  • (String)


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_percentageFloat

The percentage of datapoints collected.

Returns:

  • (Float)


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_dateTime

The date the model was last refreshed.

Returns:

  • (Time)


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_statusString

The status of the behavior model.

Returns:

  • (String)


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_nameString

The name of the security profile.

Returns:

  • (String)


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_dateTime

The date a training model started collecting data.

Returns:

  • (Time)


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