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 ModelQuantizationConfig
OptimizationConfig. 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 OptimizationConfig
OptimizationConfig. fromModelQuantizationConfig(ModelQuantizationConfig modelQuantizationConfig)
Create an instance of this class withOptimizationConfig.modelQuantizationConfig()
initialized to the given value.OptimizationConfig.Builder
OptimizationConfig.Builder. modelQuantizationConfig(ModelQuantizationConfig modelQuantizationConfig)
Settings for the model quantization technique that's applied by a model optimization job.
-