Uses of Class
software.amazon.awssdk.services.sagemaker.model.KernelSpec
-
Packages that use KernelSpec Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of KernelSpec in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type KernelSpec Modifier and Type Method Description List<KernelSpec>KernelGatewayImageConfig. kernelSpecs()The specification of the Jupyter kernels in the image.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type KernelSpec Modifier and Type Method Description KernelGatewayImageConfig.BuilderKernelGatewayImageConfig.Builder. kernelSpecs(KernelSpec... kernelSpecs)The specification of the Jupyter kernels in the image.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type KernelSpec Modifier and Type Method Description KernelGatewayImageConfig.BuilderKernelGatewayImageConfig.Builder. kernelSpecs(Collection<KernelSpec> kernelSpecs)The specification of the Jupyter kernels in the image.
-