Uses of Class
software.amazon.awssdk.services.iot.model.BehaviorModelTrainingSummary
-
Packages that use BehaviorModelTrainingSummary Package Description software.amazon.awssdk.services.iot.model software.amazon.awssdk.services.iot.paginators -
-
Uses of BehaviorModelTrainingSummary in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type BehaviorModelTrainingSummary Modifier and Type Method Description List<BehaviorModelTrainingSummary>GetBehaviorModelTrainingSummariesResponse. summaries()A list of all ML Detect behaviors and their model status for a given Security Profile.Methods in software.amazon.awssdk.services.iot.model with parameters of type BehaviorModelTrainingSummary Modifier and Type Method Description GetBehaviorModelTrainingSummariesResponse.BuilderGetBehaviorModelTrainingSummariesResponse.Builder. summaries(BehaviorModelTrainingSummary... summaries)A list of all ML Detect behaviors and their model status for a given Security Profile.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type BehaviorModelTrainingSummary Modifier and Type Method Description GetBehaviorModelTrainingSummariesResponse.BuilderGetBehaviorModelTrainingSummariesResponse.Builder. summaries(Collection<BehaviorModelTrainingSummary> summaries)A list of all ML Detect behaviors and their model status for a given Security Profile. -
Uses of BehaviorModelTrainingSummary in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type BehaviorModelTrainingSummary Modifier and Type Method Description SdkIterable<BehaviorModelTrainingSummary>GetBehaviorModelTrainingSummariesIterable. summaries()Returns an iterable to iterate through the paginatedGetBehaviorModelTrainingSummariesResponse.summaries()member.SdkPublisher<BehaviorModelTrainingSummary>GetBehaviorModelTrainingSummariesPublisher. summaries()Returns a publisher that can be used to get a stream of data.
-