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

MonitoringStoppingCondition

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

A time limit for how long the monitoring job is allowed to run before stopping.

interface MonitoringStoppingCondition {
MaxRuntimeInSeconds: number;
}

§Properties

§
MaxRuntimeInSeconds: number
[src]

The maximum runtime allowed in seconds.

Note: The MaxRuntimeInSeconds cannot exceed the frequency of the job. For data quality and model explainability, this can be up to 3600 seconds for an hourly schedule. For model bias and model quality hourly schedules, this can be up to 1800 seconds.