interface JupyterServerAppSettingsProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnSpace.JupyterServerAppSettingsProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnSpace.JupyterServerAppSettingsProperty |
![]() | aws_cdk.aws_sagemaker.CfnSpace.JupyterServerAppSettingsProperty |
![]() | @aws-cdk/aws-sagemaker » CfnSpace » JupyterServerAppSettingsProperty |
The JupyterServer app settings.
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 jupyterServerAppSettingsProperty: sagemaker.CfnSpace.JupyterServerAppSettingsProperty = {
defaultResourceSpec: {
instanceType: 'instanceType',
sageMakerImageArn: 'sageMakerImageArn',
sageMakerImageVersionArn: 'sageMakerImageVersionArn',
},
};
Properties
Name | Type | Description |
---|---|---|
default | IResolvable | Resource | The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app. |
defaultResourceSpec?
Type:
IResolvable
|
Resource
(optional)
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
If you use the LifecycleConfigArns
parameter, then this parameter is also required.