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

PutProjectEventsResponse

import type { PutProjectEventsResponse } from "https://aws-api.deno.dev/v0.3/services/evidently.ts?docs=full";
interface PutProjectEventsResponse {
eventResults?: PutProjectEventsResultEntry[] | null;
failedEventCount?: number | null;
}

§Properties

§
eventResults?: PutProjectEventsResultEntry[] | null
[src]

A structure that contains Evidently's response to the sent events, including an event ID and error codes, if any.

§
failedEventCount?: number | null
[src]

The number of events in the operation that could not be used by Evidently.