containerImages property
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);
Optional. Use a list of container images to use as Kernels in the notebook instance.
@$pb.TagNumber(3)
$core.List<ContainerImage> get containerImages => $_getList(2);