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.4/services/sagemaker.ts?docs=full";

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

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

§Properties

§
CompilationJobName?: string | null
[src]

The name of the compilation job used to create the recommended model artifacts.

§
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.