public static interface ShadowModelVariantConfig.Builder extends SdkPojo, CopyableBuilder<ShadowModelVariantConfig.Builder,ShadowModelVariantConfig>
| Modifier and Type | Method and Description |
|---|---|
ShadowModelVariantConfig.Builder |
samplingPercentage(Integer samplingPercentage)
The percentage of inference requests that Amazon SageMaker replicates from the production variant to the
shadow variant.
|
ShadowModelVariantConfig.Builder |
shadowModelVariantName(String shadowModelVariantName)
The name of the shadow variant.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildShadowModelVariantConfig.Builder shadowModelVariantName(String shadowModelVariantName)
The name of the shadow variant.
shadowModelVariantName - The name of the shadow variant.ShadowModelVariantConfig.Builder samplingPercentage(Integer samplingPercentage)
The percentage of inference requests that Amazon SageMaker replicates from the production variant to the shadow variant.
samplingPercentage - The percentage of inference requests that Amazon SageMaker replicates from the production variant to
the shadow variant.Copyright © 2023. All rights reserved.