customGpuDriverPath property

  1. @TagNumber(12)
String 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(12)
void customGpuDriverPath=(String v)

Implementation

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