Uses of Class
software.amazon.awssdk.services.sagemaker.model.OptimizationConfig
-
Packages that use OptimizationConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of OptimizationConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return OptimizationConfig Modifier and Type Method Description static OptimizationConfigOptimizationConfig. fromModelCompilationConfig(Consumer<ModelCompilationConfig.Builder> modelCompilationConfig)Create an instance of this class withmodelCompilationConfig()initialized to the given value.static OptimizationConfigOptimizationConfig. fromModelCompilationConfig(ModelCompilationConfig modelCompilationConfig)Create an instance of this class withmodelCompilationConfig()initialized to the given value.static OptimizationConfigOptimizationConfig. fromModelQuantizationConfig(Consumer<ModelQuantizationConfig.Builder> modelQuantizationConfig)Create an instance of this class withmodelQuantizationConfig()initialized to the given value.static OptimizationConfigOptimizationConfig. fromModelQuantizationConfig(ModelQuantizationConfig modelQuantizationConfig)Create an instance of this class withmodelQuantizationConfig()initialized to the given value.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type OptimizationConfig Modifier and Type Method Description List<OptimizationConfig>CreateOptimizationJobRequest. optimizationConfigs()Settings for each of the optimization techniques that the job applies.List<OptimizationConfig>DescribeOptimizationJobResponse. optimizationConfigs()Settings for each of the optimization techniques that the job applies.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type OptimizationConfig Modifier and Type Method Description CreateOptimizationJobRequest.BuilderCreateOptimizationJobRequest.Builder. optimizationConfigs(OptimizationConfig... optimizationConfigs)Settings for each of the optimization techniques that the job applies.DescribeOptimizationJobResponse.BuilderDescribeOptimizationJobResponse.Builder. optimizationConfigs(OptimizationConfig... optimizationConfigs)Settings for each of the optimization techniques that the job applies.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type OptimizationConfig Modifier and Type Method Description CreateOptimizationJobRequest.BuilderCreateOptimizationJobRequest.Builder. optimizationConfigs(Collection<OptimizationConfig> optimizationConfigs)Settings for each of the optimization techniques that the job applies.DescribeOptimizationJobResponse.BuilderDescribeOptimizationJobResponse.Builder. optimizationConfigs(Collection<OptimizationConfig> optimizationConfigs)Settings for each of the optimization techniques that the job applies.
-