https://t.me/RX1948
Server : Apache
System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User : dh_edsupp ( 6597262)
PHP Version : 8.2.26
Disable Function : NONE
Directory :  /lib/python3/dist-packages/awscli/examples/iot/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //lib/python3/dist-packages/awscli/examples/iot/get-behavior-model-training-summaries.rst
**To list a Device Defender's ML Detect Security Profile training model's status**

The following ``get-behavior-model-training-summaries`` example lists model training status for the configured behaviors in the chosen Security Profile. For each behavior, the name, model status, and percentage of datapoints collected are listed. ::

    aws iot get-behavior-model-training-summaries \
        --security-profile-name MySecuirtyProfileName

Output::

    {
        "summaries": [
            {
                "securityProfileName": "MySecuirtyProfileName",
                "behaviorName": "Messages_sent_ML_behavior",
                "modelStatus": "PENDING_BUILD",
                "datapointsCollectionPercentage": 0.0
            },
            {
                "securityProfileName": "MySecuirtyProfileName",
                "behaviorName": "Messages_received_ML_behavior",
                "modelStatus": "PENDING_BUILD",
                "datapointsCollectionPercentage": 0.0
            },
            {
                "securityProfileName": "MySecuirtyProfileName",
                "behaviorName": "Authorization_failures_ML_behavior",
                "modelStatus": "PENDING_BUILD",
                "datapointsCollectionPercentage": 0.0
            },
            {
                "securityProfileName": "MySecuirtyProfileName",
                "behaviorName": "Message_size_ML_behavior",
                "modelStatus": "PENDING_BUILD",
                "datapointsCollectionPercentage": 0.0
            },
            {
                "securityProfileName": "MySecuirtyProfileName",
                "behaviorName": "Connection_attempts_ML_behavior",
                "modelStatus": "PENDING_BUILD",
                "datapointsCollectionPercentage": 0.0
            },
            {
                "securityProfileName": "MySPNoALerts",
                "behaviorName": "Disconnects_ML_behavior",
                "modelStatus": "PENDING_BUILD",
                "datapointsCollectionPercentage": 0.0
            }
        ]
    }

For more information, see `GetBehaviorModelTrainingSummaries (Detect Commands) <https://docs.aws.amazon.com/iot/latest/developerguide/detect-commands.html>`__ in the *AWS IoT Developer Guide*.

https://t.me/RX1948 - 2025