Uses of Class
software.amazon.awssdk.services.sagemaker.model.ShadowModeConfig
-
Packages that use ShadowModeConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ShadowModeConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ShadowModeConfig Modifier and Type Method Description ShadowModeConfigCreateInferenceExperimentRequest. shadowModeConfig()The configuration ofShadowModeinference experiment type.ShadowModeConfigDescribeInferenceExperimentResponse. shadowModeConfig()The configuration ofShadowModeinference 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.ShadowModeConfigUpdateInferenceExperimentRequest. shadowModeConfig()The configuration ofShadowModeinference experiment type.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ShadowModeConfig Modifier and Type Method Description CreateInferenceExperimentRequest.BuilderCreateInferenceExperimentRequest.Builder. shadowModeConfig(ShadowModeConfig shadowModeConfig)The configuration ofShadowModeinference experiment type.DescribeInferenceExperimentResponse.BuilderDescribeInferenceExperimentResponse.Builder. shadowModeConfig(ShadowModeConfig shadowModeConfig)The configuration ofShadowModeinference 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.UpdateInferenceExperimentRequest.BuilderUpdateInferenceExperimentRequest.Builder. shadowModeConfig(ShadowModeConfig shadowModeConfig)The configuration ofShadowModeinference experiment type.
-