public static interface CfnAppImageConfig.KernelSpecProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.sagemaker.*; KernelSpecProperty kernelSpecProperty = KernelSpecProperty.builder() .name("name") // the properties below are optional .displayName("displayName") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnAppImageConfig.KernelSpecProperty.Builder
A builder for
CfnAppImageConfig.KernelSpecProperty |
static class |
CfnAppImageConfig.KernelSpecProperty.Jsii$Proxy
An implementation for
CfnAppImageConfig.KernelSpecProperty |
Modifier and Type | Method and Description |
---|---|
static CfnAppImageConfig.KernelSpecProperty.Builder |
builder() |
default java.lang.String |
getDisplayName()
The display name of the kernel.
|
java.lang.String |
getName()
The name of the Jupyter kernel in the image.
|
java.lang.String getName()
This value is case sensitive.
default java.lang.String getDisplayName()
static CfnAppImageConfig.KernelSpecProperty.Builder builder()