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