gpuDriverVersion

@JvmName(name = "fmdkgacsdrpwucbu")
suspend fun gpuDriverVersion(value: Output<String>)
@JvmName(name = "tkkewojgmgtcvuvg")
suspend fun gpuDriverVersion(value: String)

Parameters

value

Mode for how the GPU driver is installed. Accepted values are:

  • "GPU_DRIVER_VERSION_UNSPECIFIED": Default value is to not install any GPU driver.

  • "INSTALLATION_DISABLED": Disable GPU driver auto installation and needs manual installation.

  • "DEFAULT": "Default" GPU driver in COS and Ubuntu.

  • "LATEST": "Latest" GPU driver in COS.