Class: Aws::Types::Prediction
- Inherits:
-
Object
- Object
- Aws::Types::Prediction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#details ⇒ ::Hash[("PredictiveModelType" | "Algorithm"), ::String]
Returns the value of attribute details.
-
#predicted_label ⇒ ::String
Returns the value of attribute predicted_label.
-
#predicted_scores ⇒ ::Hash[::String, ::Float]
Returns the value of attribute predicted_scores.
-
#predicted_value ⇒ ::Float
Returns the value of attribute predicted_value.
Instance Attribute Details
#details ⇒ ::Hash[("PredictiveModelType" | "Algorithm"), ::String]
Returns the value of attribute details.
524 525 526 |
# File 'sig/types.rbs', line 524 def details @details end |
#predicted_label ⇒ ::String
Returns the value of attribute predicted_label.
521 522 523 |
# File 'sig/types.rbs', line 521 def predicted_label @predicted_label end |
#predicted_scores ⇒ ::Hash[::String, ::Float]
Returns the value of attribute predicted_scores.
523 524 525 |
# File 'sig/types.rbs', line 523 def predicted_scores @predicted_scores end |
#predicted_value ⇒ ::Float
Returns the value of attribute predicted_value.
522 523 524 |
# File 'sig/types.rbs', line 522 def predicted_value @predicted_value end |