Class: Aws::Types::BehaviorModelTrainingSummary
- Inherits:
-
Object
- Object
- Aws::Types::BehaviorModelTrainingSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#behavior_name ⇒ ::String
Returns the value of attribute behavior_name.
-
#datapoints_collection_percentage ⇒ ::Float
Returns the value of attribute datapoints_collection_percentage.
-
#last_model_refresh_date ⇒ ::Time
Returns the value of attribute last_model_refresh_date.
-
#model_status ⇒ "PENDING_BUILD", ...
Returns the value of attribute model_status.
-
#security_profile_name ⇒ ::String
Returns the value of attribute security_profile_name.
-
#training_data_collection_start_date ⇒ ::Time
Returns the value of attribute training_data_collection_start_date.
Instance Attribute Details
#behavior_name ⇒ ::String
Returns the value of attribute behavior_name.
408 409 410 |
# File 'sig/types.rbs', line 408 def behavior_name @behavior_name end |
#datapoints_collection_percentage ⇒ ::Float
Returns the value of attribute datapoints_collection_percentage.
411 412 413 |
# File 'sig/types.rbs', line 411 def datapoints_collection_percentage @datapoints_collection_percentage end |
#last_model_refresh_date ⇒ ::Time
Returns the value of attribute last_model_refresh_date.
412 413 414 |
# File 'sig/types.rbs', line 412 def last_model_refresh_date @last_model_refresh_date end |
#model_status ⇒ "PENDING_BUILD", ...
Returns the value of attribute model_status.
410 411 412 |
# File 'sig/types.rbs', line 410 def model_status @model_status end |
#security_profile_name ⇒ ::String
Returns the value of attribute security_profile_name.
407 408 409 |
# File 'sig/types.rbs', line 407 def security_profile_name @security_profile_name end |
#training_data_collection_start_date ⇒ ::Time
Returns the value of attribute training_data_collection_start_date.
409 410 411 |
# File 'sig/types.rbs', line 409 def training_data_collection_start_date @training_data_collection_start_date end |