amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

Instances details
FromJSON ShadowModeConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ShadowModeConfig

ToJSON ShadowModeConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ShadowModeConfig

Generic ShadowModeConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ShadowModeConfig

Associated Types

type Rep ShadowModeConfig :: Type -> Type #

Read ShadowModeConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ShadowModeConfig

Show ShadowModeConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ShadowModeConfig

NFData ShadowModeConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ShadowModeConfig

Methods

rnf :: ShadowModeConfig -> () #

Eq ShadowModeConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ShadowModeConfig

Hashable ShadowModeConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ShadowModeConfig

type Rep ShadowModeConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ShadowModeConfig

type Rep ShadowModeConfig = D1 ('MetaData "ShadowModeConfig" "Amazonka.SageMaker.Types.ShadowModeConfig" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ShadowModeConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceModelVariantName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "shadowModelVariants") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty ShadowModelVariantConfig))))

newShadowModeConfig Source #

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.