aws-sagemaker-notebook-filesystem-content
Notebook cells, outputs, shell history, .env files, and AWS credential files persist on notebook storage; there is no generic SageMaker file-content read API.
Where it sits
| location | Notebook Instance or Studio EFS home-directory files |
| location kind | notebook_content |
| data kinds | credential password api_key access_key secret_key private_key connection_string source_code_secret customer_data |
| emits edge | CanReadData |
| service | SageMaker (aws:sagemaker) |
Collection recipe
| access mode | data_plane |
| operation | Jupyter/EFS file read |
| response path | file or notebook bytes |
| encoding | binary |
| params | {"NotebookOrDomain": "\u003cresource\u003e", "Path": "\u003cpath\u003e"} |
References