Uses of Interface
software.amazon.awssdk.services.bedrock.model.CustomModelUnits.Builder
-
Packages that use CustomModelUnits.Builder Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of CustomModelUnits.Builder in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return CustomModelUnits.Builder Modifier and Type Method Description static CustomModelUnits.BuilderCustomModelUnits. builder()CustomModelUnits.BuilderCustomModelUnits.Builder. customModelUnitsPerModelCopy(Integer customModelUnitsPerModelCopy)The number of custom model units used to host a model copy.CustomModelUnits.BuilderCustomModelUnits.Builder. customModelUnitsVersion(String customModelUnitsVersion)The version of the custom model unit.CustomModelUnits.BuilderCustomModelUnits. toBuilder()Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type CustomModelUnits.Builder Modifier and Type Method Description static Class<? extends CustomModelUnits.Builder>CustomModelUnits. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type CustomModelUnits.Builder Modifier and Type Method Description default GetImportedModelResponse.BuilderGetImportedModelResponse.Builder. customModelUnits(Consumer<CustomModelUnits.Builder> customModelUnits)Information about the hardware utilization for a single copy of the model.
-