interface KernelSpecProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CfnAppImageConfig.KernelSpecProperty |
Java | software.amazon.awscdk.services.sagemaker.CfnAppImageConfig.KernelSpecProperty |
Python | aws_cdk.aws_sagemaker.CfnAppImageConfig.KernelSpecProperty |
TypeScript | @aws-cdk/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 * as sagemaker from '@aws-cdk/aws-sagemaker';
const kernelSpecProperty: sagemaker.CfnAppImageConfig.KernelSpecProperty = {
name: 'name',
// the properties below are optional
displayName: 'displayName',
};
Properties
Name | Type | Description |
---|---|---|
name | string | The name of the Jupyter kernel in the image. |
display | string | The 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.