public class GpuResource extends Object
Constructor and Description |
---|
GpuResource() |
Modifier and Type | Method and Description |
---|---|
int |
count()
Get the count of the GPU resource.
|
GpuSku |
sku()
Get the SKU of the GPU resource.
|
GpuResource |
withCount(int count)
Set the count of the GPU resource.
|
GpuResource |
withSku(GpuSku sku)
Set the SKU of the GPU resource.
|
public int count()
public GpuResource withCount(int count)
count
- the count value to setpublic GpuSku sku()
public GpuResource withSku(GpuSku sku)
sku
- the sku value to setCopyright © 2019. All rights reserved.