Class: Aws::IoT::Types::GetBehaviorModelTrainingSummariesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetBehaviorModelTrainingSummariesResponse
- Defined in:
- gems/aws-sdk-iot/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.
9106 9107 9108 9109 9110 9111 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9106 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.
9106 9107 9108 9109 9110 9111 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9106 class GetBehaviorModelTrainingSummariesResponse < Struct.new( :summaries, :next_token) SENSITIVE = [] include Aws::Structure end |