| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.ShadowModelVariantConfig
Description
Synopsis
Documentation
data ShadowModelVariantConfig Source #
The name and sampling percentage of a shadow variant.
See: newShadowModelVariantConfig smart constructor.
Constructors
| ShadowModelVariantConfig' | |
Fields 
  | |
Instances
newShadowModelVariantConfig Source #
Arguments
| :: Text | |
| -> Int | |
| -> ShadowModelVariantConfig | 
Create a value of ShadowModelVariantConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:shadowModelVariantName:ShadowModelVariantConfig', shadowModelVariantConfig_shadowModelVariantName - The name of the shadow variant.
$sel:samplingPercentage:ShadowModelVariantConfig', shadowModelVariantConfig_samplingPercentage - The percentage of inference requests that Amazon SageMaker replicates
 from the production variant to the shadow variant.
shadowModelVariantConfig_shadowModelVariantName :: Lens' ShadowModelVariantConfig Text Source #
The name of the shadow variant.
shadowModelVariantConfig_samplingPercentage :: Lens' ShadowModelVariantConfig Int Source #
The percentage of inference requests that Amazon SageMaker replicates from the production variant to the shadow variant.