class Aws::CloudWatchEvidently::Types::PutProjectEventsRequest

@note When making an API call, you may pass PutProjectEventsRequest

data as a hash:

    {
      events: [ # required
        {
          data: "JsonValue", # required
          timestamp: Time.now, # required
          type: "aws.evidently.evaluation", # required, accepts aws.evidently.evaluation, aws.evidently.custom
        },
      ],
      project: "ProjectRef", # required
    }

@!attribute [rw] events

An array of event structures that contain the performance data that
is being sent to Evidently.
@return [Array<Types::Event>]

@!attribute [rw] project

The name or ARN of the project to write the events to.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/PutProjectEventsRequest AWS API Documentation

Constants

SENSITIVE