| Package | Description |
|---|---|
| com.azure.resourcemanager.containerinstance.models |
Package containing the data models for ContainerInstanceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
GpuResource |
ResourceRequests.gpu()
Get the gpu property: The GPU request of this container instance.
|
GpuResource |
ResourceLimits.gpu()
Get the gpu property: The GPU limit of this container instance.
|
GpuResource |
GpuResource.withCount(int count)
Set the count property: The count of the GPU resource.
|
GpuResource |
GpuResource.withSku(GpuSku sku)
Set the sku property: The SKU of the GPU resource.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceRequests |
ResourceRequests.withGpu(GpuResource gpu)
Set the gpu property: The GPU request of this container instance.
|
ResourceLimits |
ResourceLimits.withGpu(GpuResource gpu)
Set the gpu property: The GPU limit of this container instance.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.