class Aws::CloudWatchEvidently::Types::Event
@see docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/Event AWS API Documentation
@return [String]
metrics from user actions such as clicks and checkouts.
‘aws.evidently.custom` specifies a custom event, which generates
determines which feature variation that a user sees.
`aws.evidently.evaluation` specifies an evaluation event, which
@!attribute [rw] type
@return [Time]
The timestamp of the event.
@!attribute [rw] timestamp
@return [String]
The event data.
@!attribute [rw] data
}
type: “aws.evidently.evaluation”, # required, accepts aws.evidently.evaluation, aws.evidently.custom
timestamp: Time.now, # required
data: “JsonValue”, # required
{
data as a hash:
@note When making an API call, you may pass Event
defined event schema.
event specifies a pre-defined event type, the payload must follow the
or custom event sent to Evidently. This is a JSON payload. If this
A structure that contains the information about one evaluation event