Skip to content

Commit fc08af3

Browse files
authored
Merge branch 'master' into image_classification_notebooks
2 parents ec015f9 + 730cff6 commit fc08af3

File tree

27 files changed

+4606
-1993
lines changed

27 files changed

+4606
-1993
lines changed

advanced_functionality/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ Example Notebooks include:
88
- *kmeans_bring_your_own_model*: How to use Amazon SageMaker Algorithms containers to bring a pre-trained model to a realtime hosted endpoint without ever needing to think about REST APIs.
99
- *r_bring_your_own*: How to containerize an R algorithm using Docker and plumber for hosting so that it can be used in Amazon SageMaker's managed training and realtime hosting.
1010
- *xgboost_bring_your_own_model*: How to use Amazon SageMaker Algorithms containers to bring a pre-trained model to a realtime hosted endpoint without ever needing to think about REST APIs.
11+
- *handling_kms_encrypted_data.ipynb*: How to use Server Side KMS encrypted data with Amazon SageMaker training works. The IAM role used for S3 access needs to have permissions to encrypt and decrypt data with the KMS key.
12+
- *parquet_to_recordio_protobuf.ipynb*: How to convert Parquet data format into the recordIO-protobuf format that many SageMaker algorithms consume.
13+
- *working_with_redshift_data.ipynb*: Demonstrates how to copy data from Redshift to S3 and vice-versa.

0 commit comments

Comments
 (0)