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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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)


1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
# File 'gems/aws-sdk-iot/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_percentageFloat

The percentage of datapoints collected.

Returns:

  • (Float)


1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
# File 'gems/aws-sdk-iot/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_dateTime

The date the model was last refreshed.

Returns:

  • (Time)


1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
# File 'gems/aws-sdk-iot/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_statusString

The status of the behavior model.

Returns:

  • (String)


1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
# File 'gems/aws-sdk-iot/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_nameString

The name of the security profile.

Returns:

  • (String)


1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
# File 'gems/aws-sdk-iot/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_dateTime

The date a training model started collecting data.

Returns:

  • (Time)


1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
# File 'gems/aws-sdk-iot/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