AcceleratorResponse

data class AcceleratorResponse(val count: String, val installGpuDrivers: Boolean, val type: String)

Accelerator describes Compute Engine accelerators to be attached to the VM.

Constructors

Link copied to clipboard
constructor(count: String, installGpuDrivers: Boolean, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of accelerators of this type.

Link copied to clipboard

Deprecated: please use instances0.install_gpu_drivers instead.

Link copied to clipboard

The accelerator type. For example, "nvidia-tesla-t4". See gcloud compute accelerator-types list.