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.4/services/sagemaker.ts?docs=full";

The metrics of recommendations.

interface RecommendationMetrics {
CostPerHour: number;
CostPerInference: number;
CpuUtilization?: number | null;
MaxInvocations: number;
MemoryUtilization?: number | null;
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 .

§
CpuUtilization?: number | null
[src]

The expected CPU utilization at maximum invocations per minute for the instance.

NaN indicates that the value is not available.

§
MaxInvocations: number
[src]

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

§
MemoryUtilization?: number | null
[src]

The expected memory utilization at maximum invocations per minute for the instance.

NaN indicates that the value is not available.

§
ModelLatency: number
[src]

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