Skip to content
Open

test #38

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
"metadata": {},
"outputs": [],
"source": [
"# S3 prefix\n",
"# S3 prefix test\n",
"prefix = \"DEMO-scikit-byo-iris\"\n",
"\n",
"# Define IAM role\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@
"metadata": {},
"outputs": [],
"source": [
"# test\n",
"\n",
"import io\n",
"import boto3\n",
"import sagemaker\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
"metadata": {},
"outputs": [],
"source": [
"# test\n",
"\n",
"import boto3\n",
"import sagemaker\n",
"from sagemaker import get_execution_role\n",
Expand Down