Package | Description |
---|---|
com.amazonaws.services.iot |
|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
GetBehaviorModelTrainingSummariesResult |
AWSIotClient.getBehaviorModelTrainingSummaries(GetBehaviorModelTrainingSummariesRequest request)
Returns a Device Defender's ML Detect Security Profile training model's status.
|
GetBehaviorModelTrainingSummariesResult |
AWSIot.getBehaviorModelTrainingSummaries(GetBehaviorModelTrainingSummariesRequest getBehaviorModelTrainingSummariesRequest)
Returns a Device Defender's ML Detect Security Profile training model's status.
|
GetBehaviorModelTrainingSummariesResult |
AbstractAWSIot.getBehaviorModelTrainingSummaries(GetBehaviorModelTrainingSummariesRequest request) |
Modifier and Type | Method and Description |
---|---|
GetBehaviorModelTrainingSummariesResult |
GetBehaviorModelTrainingSummariesResult.clone() |
GetBehaviorModelTrainingSummariesResult |
GetBehaviorModelTrainingSummariesResult.withNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
GetBehaviorModelTrainingSummariesResult |
GetBehaviorModelTrainingSummariesResult.withSummaries(BehaviorModelTrainingSummary... summaries)
A list of all ML Detect behaviors and their model status for a given Security Profile.
|
GetBehaviorModelTrainingSummariesResult |
GetBehaviorModelTrainingSummariesResult.withSummaries(Collection<BehaviorModelTrainingSummary> summaries)
A list of all ML Detect behaviors and their model status for a given Security Profile.
|
Copyright © 2023. All rights reserved.