interface NotebookInstanceReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.NotebookInstanceReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#NotebookInstanceReference |
![]() | software.amazon.awscdk.services.sagemaker.NotebookInstanceReference |
![]() | aws_cdk.aws_sagemaker.NotebookInstanceReference |
![]() | aws-cdk-lib » aws_sagemaker » NotebookInstanceReference |
A reference to a NotebookInstance resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const notebookInstanceReference: sagemaker.NotebookInstanceReference = {
notebookInstanceId: 'notebookInstanceId',
};
Properties
Name | Type | Description |
---|---|---|
notebook | string | The Id of the NotebookInstance resource. |
notebookInstanceId
Type:
string
The Id of the NotebookInstance resource.