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

CreateImageVersionRequest

import type { CreateImageVersionRequest } from "https://aws-api.deno.dev/v0.3/services/sagemaker.ts?docs=full";
interface CreateImageVersionRequest {
BaseImage: string;
ClientToken: string;
ImageName: string;
}

§Properties

§
BaseImage: string
[src]

The registry path of the container image to use as the starting point for this version. The path is an Amazon Container Registry (ECR) URI in the following format:

<acct-id>.dkr.ecr.<region>.amazonaws.com/<repo-name[:tag] or [@digest]>
§
ClientToken: string
[src]

A unique ID. If not specified, the Amazon Web Services CLI and Amazon Web Services SDKs, such as the SDK for Python (Boto3), add a unique value to the call.

§
ImageName: string
[src]

The ImageName of the Image to create a version of.