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

RecommendationMetrics

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

The metrics of recommendations.

interface RecommendationMetrics {
CostPerHour: number;
CostPerInference: number;
MaxInvocations: number;
ModelLatency: number;
}

§Properties

§
CostPerHour: number
[src]

Defines the cost per hour for the instance.

§
CostPerInference: number
[src]

Defines the cost per inference for the instance .

§
MaxInvocations: number
[src]

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

§
ModelLatency: number
[src]

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