customGpuDriverPath property

  1. @TagNumber(6)
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(6)
$core.String get customGpuDriverPath => $_getSZ(5);
  1. @TagNumber(6)
set customGpuDriverPath (String v)

Implementation

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