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

ProcessingStoppingCondition

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

Configures conditions under which the processing job should be stopped, such as how long the processing job has been running. After the condition is met, the processing job is stopped.

interface ProcessingStoppingCondition {
MaxRuntimeInSeconds: number;
}

§Properties

§
MaxRuntimeInSeconds: number
[src]

Specifies the maximum runtime in seconds.