You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/model/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,13 @@ This sample demonstrates how to start models/create a model using your own model
6
6
7
7
This sample assumes that you have completed the [common prerequisites](/samples/README.md).
8
8
9
+
### Upload S3 Data
10
+
11
+
You will need a model uploaded to an S3 bucket. Make sure you have AWS credentials and and have the bucket in the same region where you plan to create SageMaker resources. Run the following python script to upload sample data to your S3 bucket.
12
+
```
13
+
python3 s3_sample_model.py $S3_BUCKET_NAME
14
+
```
15
+
9
16
### Get an Image
10
17
11
18
All SageMaker models are run from within a container with all necessary dependencies and modules pre-installed and with the model scripts referencing the acceptable input and output directories. Sample container images are [available](https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-algo-docker-registry-paths.html).
0 commit comments