Uses of Class
software.amazon.awssdk.services.bedrock.model.CustomizationType
-
Packages that use CustomizationType Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of CustomizationType in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return CustomizationType Modifier and Type Method Description CustomizationTypeCreateModelCustomizationJobRequest. customizationType()The customization type.CustomizationTypeCustomModelSummary. customizationType()Specifies whether to carry out continued pre-training of a model or whether to fine-tune it.CustomizationTypeGetCustomModelResponse. customizationType()The type of model customization.CustomizationTypeGetModelCustomizationJobResponse. customizationType()The type of model customization.CustomizationTypeModelCustomizationJobSummary. customizationType()Specifies whether to carry out continued pre-training of a model or whether to fine-tune it.static CustomizationTypeCustomizationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CustomizationTypeCustomizationType. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomizationType[]CustomizationType. 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 CustomizationType Modifier and Type Method Description static Set<CustomizationType>CustomizationType. knownValues()Methods in software.amazon.awssdk.services.bedrock.model with parameters of type CustomizationType Modifier and Type Method Description CreateModelCustomizationJobRequest.BuilderCreateModelCustomizationJobRequest.Builder. customizationType(CustomizationType customizationType)The customization type.CustomModelSummary.BuilderCustomModelSummary.Builder. customizationType(CustomizationType customizationType)Specifies whether to carry out continued pre-training of a model or whether to fine-tune it.GetCustomModelResponse.BuilderGetCustomModelResponse.Builder. customizationType(CustomizationType customizationType)The type of model customization.GetModelCustomizationJobResponse.BuilderGetModelCustomizationJobResponse.Builder. customizationType(CustomizationType customizationType)The type of model customization.ModelCustomizationJobSummary.BuilderModelCustomizationJobSummary.Builder. customizationType(CustomizationType customizationType)Specifies whether to carry out continued pre-training of a model or whether to fine-tune it.
-