Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ModelQuantizationConfig.Builder
-
Packages that use ModelQuantizationConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelQuantizationConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ModelQuantizationConfig.Builder Modifier and Type Method Description static ModelQuantizationConfig.BuilderModelQuantizationConfig. builder()ModelQuantizationConfig.BuilderModelQuantizationConfig.Builder. image(String image)The URI of an LMI DLC in Amazon ECR.ModelQuantizationConfig.BuilderModelQuantizationConfig.Builder. overrideEnvironment(Map<String,String> overrideEnvironment)Environment variables that override the default ones in the model container.ModelQuantizationConfig.BuilderModelQuantizationConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ModelQuantizationConfig.Builder Modifier and Type Method Description static Class<? extends ModelQuantizationConfig.Builder>ModelQuantizationConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ModelQuantizationConfig.Builder Modifier and Type Method Description static OptimizationConfigOptimizationConfig. fromModelQuantizationConfig(Consumer<ModelQuantizationConfig.Builder> modelQuantizationConfig)Create an instance of this class withOptimizationConfig.modelQuantizationConfig()initialized to the given value.default OptimizationConfig.BuilderOptimizationConfig.Builder. modelQuantizationConfig(Consumer<ModelQuantizationConfig.Builder> modelQuantizationConfig)Settings for the model quantization technique that's applied by a model optimization job.
-