Class: Aws::Types::GetEventPredictionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetEventPredictionRequest
- 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.
-
#entities ⇒ ::Array[Types::Entity]
Returns the value of attribute entities.
-
#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 ⇒ ::Hash[::String, ::String]
Returns the value of attribute event_variables.
-
#external_model_endpoint_data_blobs ⇒ ::Hash[::String, Types::ModelEndpointDataBlob]
Returns the value of attribute external_model_endpoint_data_blobs.
Instance Attribute Details
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
721 722 723 |
# File 'sig/types.rbs', line 721 def detector_id @detector_id end |
#detector_version_id ⇒ ::String
Returns the value of attribute detector_version_id.
722 723 724 |
# File 'sig/types.rbs', line 722 def detector_version_id @detector_version_id end |
#entities ⇒ ::Array[Types::Entity]
Returns the value of attribute entities.
725 726 727 |
# File 'sig/types.rbs', line 725 def entities @entities end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
723 724 725 |
# File 'sig/types.rbs', line 723 def event_id @event_id end |
#event_timestamp ⇒ ::String
Returns the value of attribute event_timestamp.
726 727 728 |
# File 'sig/types.rbs', line 726 def @event_timestamp end |
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
724 725 726 |
# File 'sig/types.rbs', line 724 def event_type_name @event_type_name end |
#event_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute event_variables.
727 728 729 |
# File 'sig/types.rbs', line 727 def event_variables @event_variables end |
#external_model_endpoint_data_blobs ⇒ ::Hash[::String, Types::ModelEndpointDataBlob]
Returns the value of attribute external_model_endpoint_data_blobs.
728 729 730 |
# File 'sig/types.rbs', line 728 def external_model_endpoint_data_blobs @external_model_endpoint_data_blobs end |