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

ModelConfiguration

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

Defines the model configuration. Includes the specification name and environment parameters.

interface ModelConfiguration {
EnvironmentParameters?: EnvironmentParameter[] | null;
InferenceSpecificationName?: string | null;
}

§Properties

§
EnvironmentParameters?: EnvironmentParameter[] | null
[src]

Defines the environment parameters that includes key, value types, and values.

§
InferenceSpecificationName?: string | null
[src]

The inference specification name in the model package version.