Class: Aws::Types::GetEventPredictionResult
- Inherits:
-
Object
- Object
- Aws::Types::GetEventPredictionResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#external_model_outputs ⇒ ::Array[Types::ExternalModelOutputs]
Returns the value of attribute external_model_outputs.
-
#model_scores ⇒ ::Array[Types::ModelScores]
Returns the value of attribute model_scores.
-
#rule_results ⇒ ::Array[Types::RuleResult]
Returns the value of attribute rule_results.
Instance Attribute Details
#external_model_outputs ⇒ ::Array[Types::ExternalModelOutputs]
Returns the value of attribute external_model_outputs.
735 736 737 |
# File 'sig/types.rbs', line 735 def external_model_outputs @external_model_outputs end |
#model_scores ⇒ ::Array[Types::ModelScores]
Returns the value of attribute model_scores.
733 734 735 |
# File 'sig/types.rbs', line 733 def model_scores @model_scores end |
#rule_results ⇒ ::Array[Types::RuleResult]
Returns the value of attribute rule_results.
734 735 736 |
# File 'sig/types.rbs', line 734 def rule_results @rule_results end |