Uses of Class
software.amazon.awssdk.services.bedrock.model.ModelCustomization
-
Packages that use ModelCustomization Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of ModelCustomization in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return ModelCustomization Modifier and Type Method Description ModelCustomizationListFoundationModelsRequest. byCustomizationType()List by customization type.static ModelCustomizationModelCustomization. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ModelCustomizationModelCustomization. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelCustomization[]ModelCustomization. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type ModelCustomization Modifier and Type Method Description List<ModelCustomization>FoundationModelDetails. customizationsSupported()The customization that the model supports.List<ModelCustomization>FoundationModelSummary. customizationsSupported()Whether the model supports fine-tuning or continual pre-training.static Set<ModelCustomization>ModelCustomization. knownValues()Methods in software.amazon.awssdk.services.bedrock.model with parameters of type ModelCustomization Modifier and Type Method Description ListFoundationModelsRequest.BuilderListFoundationModelsRequest.Builder. byCustomizationType(ModelCustomization byCustomizationType)List by customization type.FoundationModelDetails.BuilderFoundationModelDetails.Builder. customizationsSupported(ModelCustomization... customizationsSupported)The customization that the model supports.FoundationModelSummary.BuilderFoundationModelSummary.Builder. customizationsSupported(ModelCustomization... customizationsSupported)Whether the model supports fine-tuning or continual pre-training.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type ModelCustomization Modifier and Type Method Description FoundationModelDetails.BuilderFoundationModelDetails.Builder. customizationsSupported(Collection<ModelCustomization> customizationsSupported)The customization that the model supports.FoundationModelSummary.BuilderFoundationModelSummary.Builder. customizationsSupported(Collection<ModelCustomization> customizationsSupported)Whether the model supports fine-tuning or continual pre-training.
-