Interface ModelQuantizationConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ModelQuantizationConfig.Builder,ModelQuantizationConfig>, SdkBuilder<ModelQuantizationConfig.Builder,ModelQuantizationConfig>, SdkPojo
Enclosing class:
ModelQuantizationConfig

public static interface ModelQuantizationConfig.Builder extends SdkPojo, CopyableBuilder<ModelQuantizationConfig.Builder,ModelQuantizationConfig>
  • Method Details

    • image

      The URI of an LMI DLC in Amazon ECR. SageMaker uses this image to run the optimization.

      Parameters:
      image - The URI of an LMI DLC in Amazon ECR. SageMaker uses this image to run the optimization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideEnvironment

      ModelQuantizationConfig.Builder overrideEnvironment(Map<String,String> overrideEnvironment)

      Environment variables that override the default ones in the model container.

      Parameters:
      overrideEnvironment - Environment variables that override the default ones in the model container.
      Returns:
      Returns a reference to this object so that method calls can be chained together.