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

EndpointInputConfiguration

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

The endpoint configuration for the load test.

interface EndpointInputConfiguration {
EnvironmentParameterRanges?: EnvironmentParameterRanges | null;
InferenceSpecificationName?: string | null;
}

§Properties

§
EnvironmentParameterRanges?: EnvironmentParameterRanges | null
[src]

The parameter you want to benchmark against.

§
InferenceSpecificationName?: string | null
[src]

The inference specification name in the model package version.

§

The instance types to use for the load test.