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

ModelLatencyThreshold

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

The model latency threshold.

interface ModelLatencyThreshold {
Percentile?: string | null;
ValueInMilliseconds?: number | null;
}

§Properties

§
Percentile?: string | null
[src]

The model latency percentile threshold.

§
ValueInMilliseconds?: number | null
[src]

The model latency percentile value in milliseconds.