InferenceExperimentShadowModelVariantConfigArgs

data class InferenceExperimentShadowModelVariantConfigArgs(val samplingPercentage: Output<Int>, val shadowModelVariantName: Output<String>) : ConvertibleToJava<InferenceExperimentShadowModelVariantConfigArgs>

The name and sampling percentage of a shadow variant.

Constructors

fun InferenceExperimentShadowModelVariantConfigArgs(samplingPercentage: Output<Int>, shadowModelVariantName: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): InferenceExperimentShadowModelVariantConfigArgs

Properties

Link copied to clipboard
val samplingPercentage: Output<Int>

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

Link copied to clipboard

The name of the shadow variant.