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

JobStoppingCondition

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

Specifies limits for how long an Amazon Braket job can run.

interface JobStoppingCondition {
maxRuntimeInSeconds?: number | null;
}

§Properties

§
maxRuntimeInSeconds?: number | null
[src]

The maximum length of time, in seconds, that an Amazon Braket job can run.