Class: Aws::Types::ModelVersionEvaluation
- Inherits:
-
Object
- Object
- Aws::Types::ModelVersionEvaluation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evaluation_score ⇒ ::String
Returns the value of attribute evaluation_score.
-
#output_variable_name ⇒ ::String
Returns the value of attribute output_variable_name.
-
#prediction_explanations ⇒ Types::PredictionExplanations
Returns the value of attribute prediction_explanations.
Instance Attribute Details
#evaluation_score ⇒ ::String
Returns the value of attribute evaluation_score.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def evaluation_score @evaluation_score end |
#output_variable_name ⇒ ::String
Returns the value of attribute output_variable_name.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def output_variable_name @output_variable_name end |
#prediction_explanations ⇒ Types::PredictionExplanations
Returns the value of attribute prediction_explanations.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def prediction_explanations @prediction_explanations end |