Class: Aws::GuardDuty::Types::ModelDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ModelDetail
- Includes:
- Structure
- Defined in:
- 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.
9315 9316 9317 9318 9319 |
# File 'lib/aws-sdk-guardduty/types.rb', line 9315 class ModelDetail < Struct.new( :model_id) SENSITIVE = [] include Aws::Structure end |