InferenceExperimentShadowModelVariantConfig

data class InferenceExperimentShadowModelVariantConfig(val samplingPercentage: Int, val shadowModelVariantName: String)

The name and sampling percentage of a shadow variant.

Constructors

constructor(samplingPercentage: Int, shadowModelVariantName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.