Uses of Class
software.amazon.awssdk.services.bedrock.model.CustomizationConfig
-
Packages that use CustomizationConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of CustomizationConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return CustomizationConfig Modifier and Type Method Description CustomizationConfigCreateModelCustomizationJobRequest. customizationConfig()The customization configuration for the model customization job.CustomizationConfigGetCustomModelResponse. customizationConfig()The customization configuration for the custom model.CustomizationConfigGetModelCustomizationJobResponse. customizationConfig()The customization configuration for the model customization job.static CustomizationConfigCustomizationConfig. fromDistillationConfig(Consumer<DistillationConfig.Builder> distillationConfig)Create an instance of this class withdistillationConfig()initialized to the given value.static CustomizationConfigCustomizationConfig. fromDistillationConfig(DistillationConfig distillationConfig)Create an instance of this class withdistillationConfig()initialized to the given value.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type CustomizationConfig Modifier and Type Method Description CreateModelCustomizationJobRequest.BuilderCreateModelCustomizationJobRequest.Builder. customizationConfig(CustomizationConfig customizationConfig)The customization configuration for the model customization job.GetCustomModelResponse.BuilderGetCustomModelResponse.Builder. customizationConfig(CustomizationConfig customizationConfig)The customization configuration for the custom model.GetModelCustomizationJobResponse.BuilderGetModelCustomizationJobResponse.Builder. customizationConfig(CustomizationConfig customizationConfig)The customization configuration for the model customization job.
-