public class NMGpuResourceInfo extends NMResourceInfo
NMWebServices.getNMResourceInfo(String)
is invoked.| Constructor | Description |
|---|---|
NMGpuResourceInfo(GpuDeviceInformation gpuDeviceInformation,
java.util.List<GpuDevice> totalGpuDevices,
java.util.List<AssignedGpuDevice> assignedGpuDevices) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<AssignedGpuDevice> |
getAssignedGpuDevices() |
|
GpuDeviceInformation |
getGpuDeviceInformation() |
|
java.util.List<GpuDevice> |
getTotalGpuDevices() |
|
void |
setAssignedGpuDevices(java.util.List<AssignedGpuDevice> assignedGpuDevices) |
|
void |
setGpuDeviceInformation(GpuDeviceInformation gpuDeviceInformation) |
|
void |
setTotalGpuDevices(java.util.List<GpuDevice> totalGpuDevices) |
public NMGpuResourceInfo(GpuDeviceInformation gpuDeviceInformation, java.util.List<GpuDevice> totalGpuDevices, java.util.List<AssignedGpuDevice> assignedGpuDevices)
public GpuDeviceInformation getGpuDeviceInformation()
public void setGpuDeviceInformation(GpuDeviceInformation gpuDeviceInformation)
public java.util.List<GpuDevice> getTotalGpuDevices()
public void setTotalGpuDevices(java.util.List<GpuDevice> totalGpuDevices)
public java.util.List<AssignedGpuDevice> getAssignedGpuDevices()
public void setAssignedGpuDevices(java.util.List<AssignedGpuDevice> assignedGpuDevices)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.