Class: Aws::Types::DetectorModelConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DetectorModelConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#detector_model_arn ⇒ ::String
Returns the value of attribute detector_model_arn.
-
#detector_model_description ⇒ ::String
Returns the value of attribute detector_model_description.
-
#detector_model_name ⇒ ::String
Returns the value of attribute detector_model_name.
-
#detector_model_version ⇒ ::String
Returns the value of attribute detector_model_version.
-
#evaluation_method ⇒ "BATCH", "SERIAL"
Returns the value of attribute evaluation_method.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
288 289 290 |
# File 'sig/types.rbs', line 288 def creation_time @creation_time end |
#detector_model_arn ⇒ ::String
Returns the value of attribute detector_model_arn.
286 287 288 |
# File 'sig/types.rbs', line 286 def detector_model_arn @detector_model_arn end |
#detector_model_description ⇒ ::String
Returns the value of attribute detector_model_description.
285 286 287 |
# File 'sig/types.rbs', line 285 def detector_model_description @detector_model_description end |
#detector_model_name ⇒ ::String
Returns the value of attribute detector_model_name.
283 284 285 |
# File 'sig/types.rbs', line 283 def detector_model_name @detector_model_name end |
#detector_model_version ⇒ ::String
Returns the value of attribute detector_model_version.
284 285 286 |
# File 'sig/types.rbs', line 284 def detector_model_version @detector_model_version end |
#evaluation_method ⇒ "BATCH", "SERIAL"
Returns the value of attribute evaluation_method.
292 293 294 |
# File 'sig/types.rbs', line 292 def evaluation_method @evaluation_method end |
#key ⇒ ::String
Returns the value of attribute key.
291 292 293 |
# File 'sig/types.rbs', line 291 def key @key end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
289 290 291 |
# File 'sig/types.rbs', line 289 def last_update_time @last_update_time end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
287 288 289 |
# File 'sig/types.rbs', line 287 def role_arn @role_arn end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
290 291 292 |
# File 'sig/types.rbs', line 290 def status @status end |