Class: Aws::Types::GetEventPredictionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:external_model_endpoint_data_blobs])

Instance Attribute Summary collapse

Instance Attribute Details

#detector_id::String

Returns the value of attribute detector_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



725
726
727
# File 'sig/types.rbs', line 725

def entities
  @entities
end

#event_id::String

Returns the value of attribute event_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


726
727
728
# File 'sig/types.rbs', line 726

def event_timestamp
  @event_timestamp
end

#event_type_name::String

Returns the value of attribute event_type_name.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:



728
729
730
# File 'sig/types.rbs', line 728

def external_model_endpoint_data_blobs
  @external_model_endpoint_data_blobs
end