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

ContainerImage

import type { ContainerImage } from "https://aws-api.deno.dev/v0.4/services/braket.ts?docs=full";

The container image used to create an Amazon Braket job.

interface ContainerImage {
uri: string;
}

§Properties

§
uri: string
[src]

The URI locating the container image.