InferenceExperimentShadowModeConfigArgs

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>)

Properties

Link copied to clipboard

List of shadow variant configurations.

Link copied to clipboard

The name of the production variant, which takes all the inference requests.

Functions

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