Uses of Interface
software.amazon.awssdk.services.ec2.model.GpuInfo.Builder
-
Packages that use GpuInfo.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of GpuInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return GpuInfo.Builder Modifier and Type Method Description static GpuInfo.BuilderGpuInfo. builder()GpuInfo.BuilderGpuInfo.Builder. gpus(Collection<GpuDeviceInfo> gpus)Describes the GPU accelerators for the instance type.GpuInfo.BuilderGpuInfo.Builder. gpus(Consumer<GpuDeviceInfo.Builder>... gpus)Describes the GPU accelerators for the instance type.GpuInfo.BuilderGpuInfo.Builder. gpus(GpuDeviceInfo... gpus)Describes the GPU accelerators for the instance type.GpuInfo.BuilderGpuInfo. toBuilder()GpuInfo.BuilderGpuInfo.Builder. totalGpuMemoryInMiB(Integer totalGpuMemoryInMiB)The total size of the memory for the GPU accelerators for the instance type, in MiB.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type GpuInfo.Builder Modifier and Type Method Description static Class<? extends GpuInfo.Builder>GpuInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type GpuInfo.Builder Modifier and Type Method Description default InstanceTypeInfo.BuilderInstanceTypeInfo.Builder. gpuInfo(Consumer<GpuInfo.Builder> gpuInfo)Describes the GPU accelerator settings for the instance type.
-