Class: Aws::Types::CreateDetectorModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDetectorModelRequest
- 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.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#detector_model_definition ⇒ Types::DetectorModelDefinition
Returns the value of attribute detector_model_definition.
155 156 157 |
# File 'sig/types.rbs', line 155 def detector_model_definition @detector_model_definition end |
#detector_model_description ⇒ ::String
Returns the value of attribute detector_model_description.
156 157 158 |
# File 'sig/types.rbs', line 156 def detector_model_description @detector_model_description end |
#detector_model_name ⇒ ::String
Returns the value of attribute detector_model_name.
154 155 156 |
# File 'sig/types.rbs', line 154 def detector_model_name @detector_model_name end |
#evaluation_method ⇒ "BATCH", "SERIAL"
Returns the value of attribute evaluation_method.
160 161 162 |
# File 'sig/types.rbs', line 160 def evaluation_method @evaluation_method end |
#key ⇒ ::String
Returns the value of attribute key.
157 158 159 |
# File 'sig/types.rbs', line 157 def key @key end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
158 159 160 |
# File 'sig/types.rbs', line 158 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
159 160 161 |
# File 'sig/types.rbs', line 159 def @tags end |