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

AlgorithmImage

import type { AlgorithmImage } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";

Describes an algorithm image.

interface AlgorithmImage {
dockerURI: string;
name?: string | null;
}

§Properties

§
dockerURI: string
[src]

The URI of the Docker container for the algorithm image.

§
name?: string | null
[src]

The name of the algorithm image.