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

InferenceRecommendation

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

A list of recommendations made by Amazon SageMaker Inference Recommender.

interface InferenceRecommendation {
EndpointConfiguration: EndpointOutputConfiguration;
ModelConfiguration: ModelConfiguration;
RecommendationId?: string | null;
}

§Properties

§
EndpointConfiguration: EndpointOutputConfiguration
[src]

Defines the endpoint configuration parameters.

§

The metrics used to decide what recommendation to make.

§
ModelConfiguration: ModelConfiguration
[src]

Defines the model configuration.

§
RecommendationId?: string | null
[src]

The recommendation ID which uniquely identifies each recommendation.