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

AlgorithmSpecification

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

Defines the Amazon Braket job to be created. Specifies the container image the job uses and the paths to the Python scripts used for entry and training.

interface AlgorithmSpecification {
containerImage?: ContainerImage | null;
scriptModeConfig?: ScriptModeConfig | null;
}

§Properties

§
containerImage?: ContainerImage | null
[src]

The container image used to create an Amazon Braket job.

§
scriptModeConfig?: ScriptModeConfig | null
[src]

Configures the paths to the Python scripts used for entry and training.