aws-cdk-lib.aws_sagemaker.CfnAppImageConfig.KernelSpecProperty

interface KernelSpecProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnAppImageConfig.KernelSpecProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnAppImageConfig_KernelSpecProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnAppImageConfig.KernelSpecProperty
Pythonaws_cdk.aws_sagemaker.CfnAppImageConfig.KernelSpecProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnAppImageConfig » KernelSpecProperty

The specification of a Jupyter kernel.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const kernelSpecProperty: sagemaker.CfnAppImageConfig.KernelSpecProperty = {
  name: 'name',

  // the properties below are optional
  displayName: 'displayName',
};

Properties

NameTypeDescription
namestringThe name of the Jupyter kernel in the image.
displayName?stringThe display name of the kernel.

name

Type: string

The name of the Jupyter kernel in the image.

This value is case sensitive.


displayName?

Type: string (optional)

The display name of the kernel.