aws.iot.get_behavior_model_training_summaries
Example SQL Queries
SELECT * FROMaws.iot.get_behavior_model_training_summaries;Description
Returns a Device Defender's ML Detect Security Profile training model's status.
Requires permission to access the GetBehaviorModelTrainingSummaries action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| security_profile_name Input Column The name of the security profile. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| behavior_name The name of the behavior. | VARCHAR |
| datapoints_collection_percentage The percentage of datapoints collected. | DOUBLE |
| last_model_refresh_date The date the model was last refreshed. | TIMESTAMP_S |
| model_status The status of the behavior model. | VARCHAR |
| training_data_collection_start_date The date a training model started collecting data. | TIMESTAMP_S |