@Stability(value=Stable)
public static interface CfnUserProfile.JupyterServerAppSettingsProperty
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.*;
JupyterServerAppSettingsProperty jupyterServerAppSettingsProperty = JupyterServerAppSettingsProperty.builder()
.defaultResourceSpec(ResourceSpecProperty.builder()
.instanceType("instanceType")
.sageMakerImageArn("sageMakerImageArn")
.sageMakerImageVersionArn("sageMakerImageVersionArn")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserProfile.JupyterServerAppSettingsProperty.Builder
A builder for
CfnUserProfile.JupyterServerAppSettingsProperty |
static class |
CfnUserProfile.JupyterServerAppSettingsProperty.Jsii$Proxy
An implementation for
CfnUserProfile.JupyterServerAppSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserProfile.JupyterServerAppSettingsProperty.Builder |
builder() |
default Object |
getDefaultResourceSpec()
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
|
@Stability(value=Stable) @Nullable default Object getDefaultResourceSpec()
If you use the LifecycleConfigArns parameter, then this parameter is also required.
@Stability(value=Stable) static CfnUserProfile.JupyterServerAppSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.