Class: Aws::Types::GetEventPredictionMetadataResult
- Inherits:
-
Object
- Object
- Aws::Types::GetEventPredictionMetadataResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#detector_version_id ⇒ ::String
Returns the value of attribute detector_version_id.
-
#detector_version_status ⇒ ::String
Returns the value of attribute detector_version_status.
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#entity_type ⇒ ::String
Returns the value of attribute entity_type.
-
#evaluated_external_models ⇒ ::Array[Types::EvaluatedExternalModel]
Returns the value of attribute evaluated_external_models.
-
#evaluated_model_versions ⇒ ::Array[Types::EvaluatedModelVersion]
Returns the value of attribute evaluated_model_versions.
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#event_timestamp ⇒ ::String
Returns the value of attribute event_timestamp.
-
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
-
#event_variables ⇒ ::Array[Types::EventVariableSummary]
Returns the value of attribute event_variables.
-
#outcomes ⇒ ::Array[::String]
Returns the value of attribute outcomes.
-
#prediction_timestamp ⇒ ::String
Returns the value of attribute prediction_timestamp.
-
#rule_execution_mode ⇒ "ALL_MATCHED", "FIRST_MATCHED"
Returns the value of attribute rule_execution_mode.
-
#rules ⇒ ::Array[Types::EvaluatedRule]
Returns the value of attribute rules.
Instance Attribute Details
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
707 708 709 |
# File 'sig/types.rbs', line 707 def detector_id @detector_id end |
#detector_version_id ⇒ ::String
Returns the value of attribute detector_version_id.
708 709 710 |
# File 'sig/types.rbs', line 708 def detector_version_id @detector_version_id end |
#detector_version_status ⇒ ::String
Returns the value of attribute detector_version_status.
709 710 711 |
# File 'sig/types.rbs', line 709 def detector_version_status @detector_version_status end |
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
704 705 706 |
# File 'sig/types.rbs', line 704 def entity_id @entity_id end |
#entity_type ⇒ ::String
Returns the value of attribute entity_type.
705 706 707 |
# File 'sig/types.rbs', line 705 def entity_type @entity_type end |
#evaluated_external_models ⇒ ::Array[Types::EvaluatedExternalModel]
Returns the value of attribute evaluated_external_models.
715 716 717 |
# File 'sig/types.rbs', line 715 def evaluated_external_models @evaluated_external_models end |
#evaluated_model_versions ⇒ ::Array[Types::EvaluatedModelVersion]
Returns the value of attribute evaluated_model_versions.
714 715 716 |
# File 'sig/types.rbs', line 714 def evaluated_model_versions @evaluated_model_versions end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
702 703 704 |
# File 'sig/types.rbs', line 702 def event_id @event_id end |
#event_timestamp ⇒ ::String
Returns the value of attribute event_timestamp.
706 707 708 |
# File 'sig/types.rbs', line 706 def @event_timestamp end |
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
703 704 705 |
# File 'sig/types.rbs', line 703 def event_type_name @event_type_name end |
#event_variables ⇒ ::Array[Types::EventVariableSummary]
Returns the value of attribute event_variables.
710 711 712 |
# File 'sig/types.rbs', line 710 def event_variables @event_variables end |
#outcomes ⇒ ::Array[::String]
Returns the value of attribute outcomes.
713 714 715 |
# File 'sig/types.rbs', line 713 def outcomes @outcomes end |
#prediction_timestamp ⇒ ::String
Returns the value of attribute prediction_timestamp.
716 717 718 |
# File 'sig/types.rbs', line 716 def @prediction_timestamp end |
#rule_execution_mode ⇒ "ALL_MATCHED", "FIRST_MATCHED"
Returns the value of attribute rule_execution_mode.
712 713 714 |
# File 'sig/types.rbs', line 712 def rule_execution_mode @rule_execution_mode end |
#rules ⇒ ::Array[Types::EvaluatedRule]
Returns the value of attribute rules.
711 712 713 |
# File 'sig/types.rbs', line 711 def rules @rules end |