Inference Experiment Shadow Mode Config Args
data class InferenceExperimentShadowModeConfigArgs(val shadowModelVariants: Output<List<InferenceExperimentShadowModelVariantConfigArgs>>, val sourceModelVariantName: Output<String>) : ConvertibleToJava<InferenceExperimentShadowModeConfigArgs>
The configuration of ShadowMode inference experiment type. Use this field to specify a production variant which takes all the inference requests, and a shadow variant to which Amazon SageMaker replicates a percentage of the inference requests. For the shadow variant also specify the percentage of requests that Amazon SageMaker replicates.
Constructors
Link copied to clipboard
constructor(shadowModelVariants: Output<List<InferenceExperimentShadowModelVariantConfigArgs>>, sourceModelVariantName: Output<String>)