kernels property

  1. @TagNumber(8)
List<ContainerImage> get kernels

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

Implementation

@$pb.TagNumber(8)
$core.List<ContainerImage> get kernels => $_getList(7);