AcceleratorConfigResponse

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

AcceleratorConfig represents a Hardware Accelerator request.

Constructors

Link copied to clipboard
constructor(acceleratorCount: String, acceleratorType: String, gpuPartitionSize: String, gpuSharingConfig: GPUSharingConfigResponse)

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.