containerImageUri property

  1. @TagNumber.new(6)
String get containerImageUri

Container Image URI to a DLVM Example: 'gcr.io/deeplearning-platform-release/base-cu100' More examples can be found at: https://cloud.google.com/ai-platform/deep-learning-containers/docs/choosing-container

Implementation

@$pb.TagNumber(6)
$core.String get containerImageUri => $_getSZ(5);
  1. @TagNumber.new(6)
set containerImageUri (String v)

Implementation

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