Class: Aws::Types::UpdateDetectorModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDetectorModelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detector_model_definition ⇒ Types::DetectorModelDefinition
Returns the value of attribute detector_model_definition.
-
#detector_model_description ⇒ ::String
Returns the value of attribute detector_model_description.
-
#detector_model_name ⇒ ::String
Returns the value of attribute detector_model_name.
-
#evaluation_method ⇒ "BATCH", "SERIAL"
Returns the value of attribute evaluation_method.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#detector_model_definition ⇒ Types::DetectorModelDefinition
Returns the value of attribute detector_model_definition.
785 786 787 |
# File 'sig/types.rbs', line 785 def detector_model_definition @detector_model_definition end |
#detector_model_description ⇒ ::String
Returns the value of attribute detector_model_description.
786 787 788 |
# File 'sig/types.rbs', line 786 def detector_model_description @detector_model_description end |
#detector_model_name ⇒ ::String
Returns the value of attribute detector_model_name.
784 785 786 |
# File 'sig/types.rbs', line 784 def detector_model_name @detector_model_name end |
#evaluation_method ⇒ "BATCH", "SERIAL"
Returns the value of attribute evaluation_method.
788 789 790 |
# File 'sig/types.rbs', line 788 def evaluation_method @evaluation_method end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
787 788 789 |
# File 'sig/types.rbs', line 787 def role_arn @role_arn end |