Accelerator Config Response
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
Properties
Link copied to clipboard
Link copied to clipboard
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