Interface ShadowModelVariantConfig.Builder

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