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

ShadowModelVariantConfig

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

The name and sampling percentage of a shadow variant.

interface ShadowModelVariantConfig {
SamplingPercentage: number;
ShadowModelVariantName: string;
}

§Properties

§
SamplingPercentage: number
[src]

The percentage of inference requests that Amazon SageMaker replicates from the production variant to the shadow variant.

§
ShadowModelVariantName: string
[src]

The name of the shadow variant.