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

DesiredWeightAndCapacity

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

Specifies weight and capacity values for a production variant.

interface DesiredWeightAndCapacity {
DesiredInstanceCount?: number | null;
DesiredWeight?: number | null;
VariantName: string;
}

§Properties

§
DesiredInstanceCount?: number | null
[src]

The variant's capacity.

§
DesiredWeight?: number | null
[src]

The variant's weight.

§
VariantName: string
[src]

The name of the variant to update.