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

RecommendationJobInferenceBenchmark

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

The details for a specific benchmark from an Inference Recommender job.

interface RecommendationJobInferenceBenchmark {
EndpointConfiguration?: EndpointOutputConfiguration | null;
FailureReason?: string | null;
Metrics?: RecommendationMetrics | null;
ModelConfiguration: ModelConfiguration;
}

§Properties

§
EndpointConfiguration?: EndpointOutputConfiguration | null
[src]
§
FailureReason?: string | null
[src]

The reason why a benchmark failed.

§
ModelConfiguration: ModelConfiguration
[src]