@Stability(value=Stable)
public static interface CfnAppImageConfig.KernelSpecProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getDisplayName()
The display name of the kernel.
|
String |
getName()
The name of the Jupyter kernel in the image.
|
@Stability(value=Stable) @NotNull String getName()
This value is case sensitive.
@Stability(value=Stable) @Nullable default String getDisplayName()
@Stability(value=Stable) static CfnAppImageConfig.KernelSpecProperty.Builder builder()
Copyright © 2022. All rights reserved.