containerImages property

  1. @TagNumber.new(3)
List<ContainerImage> get containerImages

Optional. Use a list of container images to use as Kernels in the notebook instance.

Implementation

@$pb.TagNumber(3)
$core.List<ContainerImage> get containerImages => $_getList(2);