AWS SageMaker Notebook Instance

From GM-RKB
(Redirected from SageMaker Instance)
Jump to navigation Jump to search

A AWS SageMaker Notebook Instance is a notebook instance managed by AWS SageMaker.



References

2018

{
 "Version": "2012-10-17",
 "Statement": [
  {
     "Effect": "Allow",
     "Action": "sagemaker:CreatePresignedNotebookInstanceUrl",
     "Resource": "arn:aws:sagemaker:region:account-id:notebook-instance/myNotebookInstance"
  }
]
}