Class: Aws::Types::UpdateModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateModelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
-
#model_type ⇒ "ONLINE_FRAUD_INSIGHTS", ...
Returns the value of attribute model_type.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1375 1376 1377 |
# File 'sig/types.rbs', line 1375 def description @description end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def model_id @model_id end |
#model_type ⇒ "ONLINE_FRAUD_INSIGHTS", ...
Returns the value of attribute model_type.
1374 1375 1376 |
# File 'sig/types.rbs', line 1374 def model_type @model_type end |