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

EndpointOutputConfiguration

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

The endpoint configuration made by Inference Recommender during a recommendation job.

interface EndpointOutputConfiguration {
EndpointName: string;
InitialInstanceCount: number;
VariantName: string;
}

§Properties

§
EndpointName: string
[src]

The name of the endpoint made during a recommendation job.

§
InitialInstanceCount: number
[src]

The number of instances recommended to launch initially.

§

The instance type recommended by Amazon SageMaker Inference Recommender.

§
VariantName: string
[src]

The name of the production variant (deployed model) made during a recommendation job.