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 Details

    • 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.