Class: Aws::IoT::Types::GetBehaviorModelTrainingSummariesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetBehaviorModelTrainingSummariesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that can be used to retrieve the next set of results, or ‘null` if there are no additional results.
-
#summaries ⇒ Array<Types::BehaviorModelTrainingSummary>
A list of all ML Detect behaviors and their model status for a given Security Profile.
Instance Attribute Details
#next_token ⇒ String
A token that can be used to retrieve the next set of results, or ‘null` if there are no additional results.
7535 7536 7537 7538 7539 7540 |
# File 'lib/aws-sdk-iot/types.rb', line 7535 class GetBehaviorModelTrainingSummariesResponse < Struct.new( :summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#summaries ⇒ Array<Types::BehaviorModelTrainingSummary>
A list of all ML Detect behaviors and their model status for a given Security Profile.
7535 7536 7537 7538 7539 7540 |
# File 'lib/aws-sdk-iot/types.rb', line 7535 class GetBehaviorModelTrainingSummariesResponse < Struct.new( :summaries, :next_token) SENSITIVE = [] include Aws::Structure end |