@Generated(value="software.amazon.awssdk:codegen") public final class GpuDeviceInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GpuDeviceInfo.Builder,GpuDeviceInfo>
Describes the GPU accelerators for the instance type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GpuDeviceInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GpuDeviceInfo.Builder |
builder() |
Integer |
count()
The number of GPUs for the instance type.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
manufacturer()
The manufacturer of the GPU accelerator.
|
GpuDeviceMemoryInfo |
memoryInfo()
Describes the memory available to the GPU accelerator.
|
String |
name()
The name of the GPU accelerator.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GpuDeviceInfo.Builder> |
serializableBuilderClass() |
GpuDeviceInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the GPU accelerator.
public final String manufacturer()
The manufacturer of the GPU accelerator.
public final Integer count()
The number of GPUs for the instance type.
public final GpuDeviceMemoryInfo memoryInfo()
Describes the memory available to the GPU accelerator.
public GpuDeviceInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GpuDeviceInfo.Builder,GpuDeviceInfo>public static GpuDeviceInfo.Builder builder()
public static Class<? extends GpuDeviceInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.