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

InstanceConfig

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

Configures the resource instances to use while running the Amazon Braket hybrid job on Amazon Braket.

interface InstanceConfig {
instanceCount?: number | null;
instanceType: InstanceType;
volumeSizeInGb: number;
}

§Properties

§
instanceCount?: number | null
[src]

Configures the number of resource instances to use while running an Amazon Braket job on Amazon Braket. The default value is 1.

§
instanceType: InstanceType
[src]

Configures the type resource instances to use while running an Amazon Braket hybrid job.

§
volumeSizeInGb: number
[src]

The size of the storage volume, in GB, that user wants to provision.