Class: Aws::Types::CreateModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateModelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
-
#model_type ⇒ "ONLINE_FRAUD_INSIGHTS", ...
Returns the value of attribute model_type.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
217 218 219 |
# File 'sig/types.rbs', line 217 def description @description end |
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
218 219 220 |
# File 'sig/types.rbs', line 218 def event_type_name @event_type_name end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
215 216 217 |
# File 'sig/types.rbs', line 215 def model_id @model_id end |
#model_type ⇒ "ONLINE_FRAUD_INSIGHTS", ...
Returns the value of attribute model_type.
216 217 218 |
# File 'sig/types.rbs', line 216 def model_type @model_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
219 220 221 |
# File 'sig/types.rbs', line 219 def @tags end |