Interface ShadowModelVariantConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ShadowModelVariantConfig.Builder,ShadowModelVariantConfig>,SdkBuilder<ShadowModelVariantConfig.Builder,ShadowModelVariantConfig>,SdkPojo
- Enclosing class:
- ShadowModelVariantConfig
public static interface ShadowModelVariantConfig.Builder extends SdkPojo, CopyableBuilder<ShadowModelVariantConfig.Builder,ShadowModelVariantConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShadowModelVariantConfig.BuildersamplingPercentage(Integer samplingPercentage)The percentage of inference requests that Amazon SageMaker replicates from the production variant to the shadow variant.ShadowModelVariantConfig.BuildershadowModelVariantName(String shadowModelVariantName)The name of the shadow variant.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
shadowModelVariantName
ShadowModelVariantConfig.Builder shadowModelVariantName(String shadowModelVariantName)
The name of the shadow variant.
- Parameters:
shadowModelVariantName- The name of the shadow variant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
samplingPercentage
ShadowModelVariantConfig.Builder samplingPercentage(Integer samplingPercentage)
The percentage of inference requests that Amazon SageMaker replicates from the production variant to the shadow variant.
- Parameters:
samplingPercentage- The percentage of inference requests that Amazon SageMaker replicates from the production variant to the shadow variant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-