Class: Aws::GuardDuty::Types::ModelDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ModelDetail
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the AI model involved in a finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_id ⇒ String
The identifier of the AI model.
Instance Attribute Details
#model_id ⇒ String
The identifier of the AI model.
9337 9338 9339 9340 9341 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9337 class ModelDetail < Struct.new( :model_id) SENSITIVE = [] include Aws::Structure end |