Uses of Interface
software.amazon.awssdk.services.ec2.model.GpuDeviceInfo.Builder
Packages that use GpuDeviceInfo.Builder
-
Uses of GpuDeviceInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return GpuDeviceInfo.BuilderModifier and TypeMethodDescriptionstatic GpuDeviceInfo.BuilderGpuDeviceInfo.builder()The number of GPUs for the instance type.GpuDeviceInfo.Builder.gpuPartitionSize(Double gpuPartitionSize) The size of each GPU as a fraction of a full GPU, between 0 (excluded) and 1 (included).GpuDeviceInfo.Builder.logicalGpuCount(Integer logicalGpuCount) Total number of GPU devices of this type.GpuDeviceInfo.Builder.manufacturer(String manufacturer) The manufacturer of the GPU accelerator.default GpuDeviceInfo.BuilderGpuDeviceInfo.Builder.memoryInfo(Consumer<GpuDeviceMemoryInfo.Builder> memoryInfo) Describes the memory available to the GPU accelerator.GpuDeviceInfo.Builder.memoryInfo(GpuDeviceMemoryInfo memoryInfo) Describes the memory available to the GPU accelerator.The name of the GPU accelerator.GpuDeviceInfo.toBuilder()A list of workload types this GPU supports.GpuDeviceInfo.Builder.workloads(Collection<String> workloads) A list of workload types this GPU supports.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type GpuDeviceInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GpuDeviceInfo.Builder>GpuDeviceInfo.serializableBuilderClass()