Class: Aws::Types::UpdateMLModelInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMLModelInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ml_model_id ⇒ ::String
Returns the value of attribute ml_model_id.
-
#ml_model_name ⇒ ::String
Returns the value of attribute ml_model_name.
-
#score_threshold ⇒ ::Float
Returns the value of attribute score_threshold.
Instance Attribute Details
#ml_model_id ⇒ ::String
Returns the value of attribute ml_model_id.
667 668 669 |
# File 'sig/types.rbs', line 667 def ml_model_id @ml_model_id end |
#ml_model_name ⇒ ::String
Returns the value of attribute ml_model_name.
668 669 670 |
# File 'sig/types.rbs', line 668 def ml_model_name @ml_model_name end |
#score_threshold ⇒ ::Float
Returns the value of attribute score_threshold.
669 670 671 |
# File 'sig/types.rbs', line 669 def score_threshold @score_threshold end |