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(12)
$core.String get customGpuDriverPath => $_getSZ(10);
Implementation
@$pb.TagNumber(12)
set customGpuDriverPath($core.String v) { $_setString(10, v); }