Uses of Class
software.amazon.awssdk.services.bedrock.model.DistillationConfig
-
Packages that use DistillationConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of DistillationConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return DistillationConfig Modifier and Type Method Description DistillationConfigCustomizationConfig. distillationConfig()The Distillation configuration for the custom model.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type DistillationConfig Modifier and Type Method Description CustomizationConfig.BuilderCustomizationConfig.Builder. distillationConfig(DistillationConfig distillationConfig)The Distillation configuration for the custom model.static CustomizationConfigCustomizationConfig. fromDistillationConfig(DistillationConfig distillationConfig)Create an instance of this class withCustomizationConfig.distillationConfig()initialized to the given value.
-