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

DeleteModelPackageInput

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

§Properties

§
ModelPackageName: string
[src]

The name or Amazon Resource Name (ARN) of the model package to delete.

When you specify a name, the name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).