customGpuDriverPath property

  1. @TagNumber.new(12)
String get customGpuDriverPath

Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.

Implementation

@$pb.TagNumber(12)
$core.String get customGpuDriverPath => $_getSZ(10);
  1. @TagNumber.new(12)
set customGpuDriverPath (String v)

Implementation

@$pb.TagNumber(12)
set customGpuDriverPath($core.String v) {
  $_setString(10, v);
}