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