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

UpdateImageRequest

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

§Properties

§
DeleteProperties?: string[] | null
[src]

A list of properties to delete. Only the Description and DisplayName properties can be deleted.

§
Description?: string | null
[src]

The new description for the image.

§
DisplayName?: string | null
[src]

The new display name for the image.

§
ImageName: string
[src]

The name of the image to update.

§
RoleArn?: string | null
[src]

The new ARN for the IAM role that enables Amazon SageMaker to perform tasks on your behalf.