customGpuDriverPath property
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);
Implementation
@$pb.TagNumber(6)
set customGpuDriverPath($core.String v) { $_setString(5, v); }