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

JobEventDetails

import type { JobEventDetails } from "https://aws-api.deno.dev/v0.4/services/braket.ts?docs=full";

Details about the type and time events occurred related to the Amazon Braket job.

interface JobEventDetails {
eventType?: JobEventType | null;
message?: string | null;
timeOfEvent?: Date | number | null;
}

§Properties

§
eventType?: JobEventType | null
[src]

The type of event that occurred related to the Amazon Braket job.

§
message?: string | null
[src]

A message describing the event that occurred related to the Amazon Braket job.

§
timeOfEvent?: Date | number | null
[src]

TThe type of event that occurred related to the Amazon Braket job.