| 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.ShadowModeConfig
Description
Synopsis
Documentation
data ShadowModeConfig Source #
The configuration of ShadowMode inference experiment type, which
specifies a production variant to take all the inference requests, and a
shadow variant to which Amazon SageMaker replicates a percentage of the
inference requests. For the shadow variant it also specifies the
percentage of requests that Amazon SageMaker replicates.
See: newShadowModeConfig smart constructor.
Constructors
| ShadowModeConfig' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> NonEmpty ShadowModelVariantConfig | |
| -> ShadowModeConfig |
Create a value of ShadowModeConfig 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:sourceModelVariantName:ShadowModeConfig', shadowModeConfig_sourceModelVariantName - The name of the production variant, which takes all the inference
requests.
$sel:shadowModelVariants:ShadowModeConfig', shadowModeConfig_shadowModelVariants - List of shadow variant configurations.
shadowModeConfig_sourceModelVariantName :: Lens' ShadowModeConfig Text Source #
The name of the production variant, which takes all the inference requests.
shadowModeConfig_shadowModelVariants :: Lens' ShadowModeConfig (NonEmpty ShadowModelVariantConfig) Source #
List of shadow variant configurations.