Interface ShadowModeConfig.Builder

    • Method Detail

      • sourceModelVariantName

        ShadowModeConfig.Builder sourceModelVariantName​(String sourceModelVariantName)

        The name of the production variant, which takes all the inference requests.

        Parameters:
        sourceModelVariantName - The name of the production variant, which takes all the inference requests.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • shadowModelVariants

        ShadowModeConfig.Builder shadowModelVariants​(Collection<ShadowModelVariantConfig> shadowModelVariants)

        List of shadow variant configurations.

        Parameters:
        shadowModelVariants - List of shadow variant configurations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • shadowModelVariants

        ShadowModeConfig.Builder shadowModelVariants​(ShadowModelVariantConfig... shadowModelVariants)

        List of shadow variant configurations.

        Parameters:
        shadowModelVariants - List of shadow variant configurations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.