public static interface CfnDomain.JupyterServerAppSettingsProperty
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.*; JupyterServerAppSettingsProperty jupyterServerAppSettingsProperty = JupyterServerAppSettingsProperty.builder() .defaultResourceSpec(ResourceSpecProperty.builder() .instanceType("instanceType") .lifecycleConfigArn("lifecycleConfigArn") .sageMakerImageArn("sageMakerImageArn") .sageMakerImageVersionArn("sageMakerImageVersionArn") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDomain.JupyterServerAppSettingsProperty.Builder
A builder for
CfnDomain.JupyterServerAppSettingsProperty |
static class |
CfnDomain.JupyterServerAppSettingsProperty.Jsii$Proxy
An implementation for
CfnDomain.JupyterServerAppSettingsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDomain.JupyterServerAppSettingsProperty.Builder |
builder() |
default java.lang.Object |
getDefaultResourceSpec()
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
|
default java.lang.Object getDefaultResourceSpec()
static CfnDomain.JupyterServerAppSettingsProperty.Builder builder()