Class: Aws::Types::DetectorModelVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::DetectorModelVersionSummary
- 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_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.
-
#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.
314 315 316 |
# File 'sig/types.rbs', line 314 def creation_time @creation_time end |
#detector_model_arn ⇒ ::String
Returns the value of attribute detector_model_arn.
312 313 314 |
# File 'sig/types.rbs', line 312 def detector_model_arn @detector_model_arn end |
#detector_model_name ⇒ ::String
Returns the value of attribute detector_model_name.
310 311 312 |
# File 'sig/types.rbs', line 310 def detector_model_name @detector_model_name end |
#detector_model_version ⇒ ::String
Returns the value of attribute detector_model_version.
311 312 313 |
# File 'sig/types.rbs', line 311 def detector_model_version @detector_model_version end |
#evaluation_method ⇒ "BATCH", "SERIAL"
Returns the value of attribute evaluation_method.
317 318 319 |
# File 'sig/types.rbs', line 317 def evaluation_method @evaluation_method end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
315 316 317 |
# File 'sig/types.rbs', line 315 def last_update_time @last_update_time end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
313 314 315 |
# File 'sig/types.rbs', line 313 def role_arn @role_arn end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
316 317 318 |
# File 'sig/types.rbs', line 316 def status @status end |