@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class HostGpuConfiguration extends HostConfigurationMetricGroup
GPU configuration metrics
Note: Objects should always be created or deserialized using the HostGpuConfiguration.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the HostGpuConfiguration.Builder
, which maintain a
set of all explicitly set fields called HostGpuConfiguration.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
HostGpuConfiguration.Builder |
HostConfigurationMetricGroup.MetricName
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
HostGpuConfiguration(Date timeCollected,
Integer gpuId,
String productName,
String vendor,
String busId,
Integer busWidth,
String gpuCapabilities,
Double totalPower,
Double totalMemory,
Double totalVideoClockSpeed,
Double totalSmClockSpeed,
Double totalGraphicsClockSpeed,
Double totalMemoryClockSpeed,
String cudaVersion,
String driverVersion)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static HostGpuConfiguration.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getBusId()
Bus Identifier
|
Integer |
getBusWidth()
Bus Width
|
String |
getCudaVersion()
CUDA library version
|
String |
getDriverVersion()
GPU Driver version
|
String |
getGpuCapabilities()
GPU Capabilities
|
Integer |
getGpuId()
GPU Identifier
|
String |
getProductName()
GPU Product Name
|
Double |
getTotalGraphicsClockSpeed()
Max Graphics Clock Speed
|
Double |
getTotalMemory()
Total Memory Allocated to GPU
|
Double |
getTotalMemoryClockSpeed()
Max Memory Clock Speed
|
Double |
getTotalPower()
Power Capacity
|
Double |
getTotalSmClockSpeed()
Max SM (Streaming Multiprocessor) Clock Speed
|
Double |
getTotalVideoClockSpeed()
Max Video Clock Speed
|
String |
getVendor()
GPU Vendor
|
int |
hashCode() |
HostGpuConfiguration.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
getTimeCollected
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public HostGpuConfiguration(Date timeCollected, Integer gpuId, String productName, String vendor, String busId, Integer busWidth, String gpuCapabilities, Double totalPower, Double totalMemory, Double totalVideoClockSpeed, Double totalSmClockSpeed, Double totalGraphicsClockSpeed, Double totalMemoryClockSpeed, String cudaVersion, String driverVersion)
public static HostGpuConfiguration.Builder builder()
Create a new builder.
public HostGpuConfiguration.Builder toBuilder()
public Integer getGpuId()
GPU Identifier
public String getProductName()
GPU Product Name
public String getVendor()
GPU Vendor
public String getBusId()
Bus Identifier
public Integer getBusWidth()
Bus Width
public String getGpuCapabilities()
GPU Capabilities
public Double getTotalPower()
Power Capacity
public Double getTotalMemory()
Total Memory Allocated to GPU
public Double getTotalVideoClockSpeed()
Max Video Clock Speed
public Double getTotalSmClockSpeed()
Max SM (Streaming Multiprocessor) Clock Speed
public Double getTotalGraphicsClockSpeed()
Max Graphics Clock Speed
public Double getTotalMemoryClockSpeed()
Max Memory Clock Speed
public String getCudaVersion()
CUDA library version
public String getDriverVersion()
GPU Driver version
public String toString()
toString
in class HostConfigurationMetricGroup
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class HostConfigurationMetricGroup
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class HostConfigurationMetricGroup
public int hashCode()
hashCode
in class HostConfigurationMetricGroup
Copyright © 2016–2024. All rights reserved.