@Generated(value="software.amazon.awssdk:codegen") public final class InferenceDeviceInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InferenceDeviceInfo.Builder,InferenceDeviceInfo>
Describes the Inference accelerators for the instance type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InferenceDeviceInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InferenceDeviceInfo.Builder |
builder() |
Integer |
count()
The number of Inference accelerators 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 Inference accelerator.
|
InferenceDeviceMemoryInfo |
memoryInfo()
Describes the memory available to the inference accelerator.
|
String |
name()
The name of the Inference accelerator.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InferenceDeviceInfo.Builder> |
serializableBuilderClass() |
InferenceDeviceInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer count()
The number of Inference accelerators for the instance type.
public final String name()
The name of the Inference accelerator.
public final String manufacturer()
The manufacturer of the Inference accelerator.
public final InferenceDeviceMemoryInfo memoryInfo()
Describes the memory available to the inference accelerator.
public InferenceDeviceInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InferenceDeviceInfo.Builder,InferenceDeviceInfo>public static InferenceDeviceInfo.Builder builder()
public static Class<? extends InferenceDeviceInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.