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

ScriptModeConfig

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

Contains information about the Python scripts used for entry and by an Amazon Braket job.

interface ScriptModeConfig {
compressionType?: CompressionType | null;
entryPoint: string;
s3Uri: string;
}

§Properties

§
compressionType?: CompressionType | null
[src]

The type of compression used by the Python scripts for an Amazon Braket job.

§
entryPoint: string
[src]

The path to the Python script that serves as the entry point for an Amazon Braket job.

§
s3Uri: string
[src]

The URI that specifies the S3 path to the Python script module that contains the training script used by an Amazon Braket job.