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

CreateModelPackageGroupInput

import type { CreateModelPackageGroupInput } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface CreateModelPackageGroupInput {
ModelPackageGroupDescription?: string | null;
ModelPackageGroupName: string;
Tags?: Tag[] | null;
}

§Properties

§
ModelPackageGroupDescription?: string | null
[src]

A description for the model group.

§
ModelPackageGroupName: string
[src]

The name of the model group.

§
Tags?: Tag[] | null
[src]

A list of key value pairs associated with the model group. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.