Uses of Interface
software.amazon.awscdk.services.sagemaker.CfnInferenceExperiment.ShadowModeConfigProperty
-
Uses of CfnInferenceExperiment.ShadowModeConfigProperty in software.amazon.awscdk.services.sagemaker
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnInferenceExperiment.ShadowModeConfigProperty
Modifier and TypeMethodDescriptionCfnInferenceExperiment.ShadowModeConfigProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionvoid
CfnInferenceExperiment.setShadowModeConfig
(CfnInferenceExperiment.ShadowModeConfigProperty value) The configuration ofShadowMode
inference experiment type, which shows the production variant that takes all the inference requests, and the shadow variant to which Amazon SageMaker replicates a percentage of the inference requests.CfnInferenceExperiment.Builder.shadowModeConfig
(CfnInferenceExperiment.ShadowModeConfigProperty shadowModeConfig) The configuration ofShadowMode
inference experiment type, which shows the production variant that takes all the inference requests, and the shadow variant to which Amazon SageMaker replicates a percentage of the inference requests.CfnInferenceExperimentProps.Builder.shadowModeConfig
(CfnInferenceExperiment.ShadowModeConfigProperty shadowModeConfig) Sets the value ofCfnInferenceExperimentProps.getShadowModeConfig()