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

InferenceMetrics

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

The metrics for an existing endpoint compared in an Inference Recommender job.

interface InferenceMetrics {
MaxInvocations: number;
ModelLatency: number;
}

§Properties

§
MaxInvocations: number
[src]

The expected maximum number of requests per minute for the instance.

§
ModelLatency: number
[src]

The expected model latency at maximum invocations per minute for the instance.