Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PutProjectEventsRequest

import type { PutProjectEventsRequest } from "https://aws-api.deno.dev/v0.4/services/evidently.ts?docs=full";
interface PutProjectEventsRequest {
events: Event[];
project: string;
}

§Properties

§
events: Event[]
[src]

An array of event structures that contain the performance data that is being sent to Evidently.

§
project: string
[src]

The name or ARN of the project to write the events to.