AcceleratorConfigResponse

data class AcceleratorConfigResponse(val acceleratorCount: String, val acceleratorType: String, val gpuPartitionSize: String, val gpuSharingConfig: GPUSharingConfigResponse, val maxTimeSharedClientsPerGpu: String)

AcceleratorConfig represents a Hardware Accelerator request.

Constructors

Link copied to clipboard
fun AcceleratorConfigResponse(acceleratorCount: String, acceleratorType: String, gpuPartitionSize: String, gpuSharingConfig: GPUSharingConfigResponse, maxTimeSharedClientsPerGpu: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of the accelerator cards exposed to an instance.

Link copied to clipboard

The accelerator type resource name. List of supported accelerators here

Link copied to clipboard

Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide.

Link copied to clipboard

The configuration for GPU sharing options.

Link copied to clipboard

The number of time-shared GPU resources to expose for each physical GPU.