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

CreateImageRequest

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

§Properties

§
Description?: string | null
[src]

The description of the image.

§
DisplayName?: string | null
[src]

The display name of the image. If not provided, ImageName is displayed.

§
ImageName: string
[src]

The name of the image. Must be unique to your account.

§
RoleArn: string
[src]

The ARN of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.

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

A list of tags to apply to the image.