InferenceExperimentShadowModelVariantConfigArgs

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

The name and sampling percentage of a shadow variant.

Constructors

constructor(samplingPercentage: Output<Int>, shadowModelVariantName: Output<String>)

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.

Functions

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