Uses of Class
software.amazon.awssdk.services.sagemaker.model.ModelQuantizationConfig
-
Packages that use ModelQuantizationConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelQuantizationConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ModelQuantizationConfig Modifier and Type Method Description ModelQuantizationConfigOptimizationConfig. modelQuantizationConfig()Settings for the model quantization technique that's applied by a model optimization job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ModelQuantizationConfig Modifier and Type Method Description static OptimizationConfigOptimizationConfig. fromModelQuantizationConfig(ModelQuantizationConfig modelQuantizationConfig)Create an instance of this class withOptimizationConfig.modelQuantizationConfig()initialized to the given value.OptimizationConfig.BuilderOptimizationConfig.Builder. modelQuantizationConfig(ModelQuantizationConfig modelQuantizationConfig)Settings for the model quantization technique that's applied by a model optimization job.
-