interface JupyterServerAppSettingsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CfnSpace.JupyterServerAppSettingsProperty |
Java | software.amazon.awscdk.services.sagemaker.CfnSpace.JupyterServerAppSettingsProperty |
Python | aws_cdk.aws_sagemaker.CfnSpace.JupyterServerAppSettingsProperty |
TypeScript | @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.