|
4 | 4 | "cell_type": "markdown",
|
5 | 5 | "metadata": {},
|
6 | 6 | "source": [
|
7 |
| - "## Deploy <font color='red'>For Seller to update: Title_of_your_ML Model </font> Model Package from AWS Marketplace \n", |
| 7 | + "# Deploy <font color='red'>For Seller to update: Title_of_your_ML Model </font> Model Package from AWS Marketplace \n", |
8 | 8 | "\n",
|
9 | 9 | "\n",
|
10 |
| - "## <font color='red'> For Seller to update: Add overview of the ML Model here </font>\n", |
| 10 | + "<font color='red'> For Seller to update: Add overview of the ML Model here </font>\n", |
11 | 11 | "\n",
|
12 | 12 | "This sample notebook shows you how to deploy <font color='red'> For Seller to update:[Title_of_your_ML Model](Provide link to your marketplace listing of your product)</font> using Amazon SageMaker.\n",
|
13 | 13 | "\n",
|
14 | 14 | "> **Note**: This is a reference notebook and it cannot run unless you make changes suggested in the notebook.\n",
|
15 | 15 | "\n",
|
16 |
| - "#### Pre-requisites:\n", |
| 16 | + "## Pre-requisites:\n", |
17 | 17 | "1. **Note**: This notebook contains elements which render correctly in Jupyter interface. Open this notebook from an Amazon SageMaker Notebook Instance or Amazon SageMaker Studio.\n",
|
18 | 18 | "1. Ensure that IAM role used has **AmazonSageMakerFullAccess**\n",
|
19 | 19 | "1. To deploy this ML model successfully, ensure that:\n",
|
|
23 | 23 | " 1. **aws-marketplace:Subscribe** \n",
|
24 | 24 | " 2. or your AWS account has a subscription to <font color='red'> For Seller to update:[Title_of_your_ML Model](Provide link to your marketplace listing of your product)</font>. If so, skip step: [Subscribe to the model package](#1.-Subscribe-to-the-model-package)\n",
|
25 | 25 | "\n",
|
26 |
| - "#### Contents:\n", |
| 26 | + "## Contents:\n", |
27 | 27 | "1. [Subscribe to the model package](#1.-Subscribe-to-the-model-package)\n",
|
28 | 28 | "2. [Create an endpoint and perform real-time inference](#2.-Create-an-endpoint-and-perform-real-time-inference)\n",
|
29 | 29 | " 1. [Create an endpoint](#A.-Create-an-endpoint)\n",
|
|
37 | 37 | " 2. [Unsubscribe to the listing (optional)](#B.-Unsubscribe-to-the-listing-(optional))\n",
|
38 | 38 | " \n",
|
39 | 39 | "\n",
|
40 |
| - "#### Usage instructions\n", |
| 40 | + "## Usage instructions\n", |
41 | 41 | "You can run this notebook one cell at a time (By using Shift+Enter for running a cell)."
|
42 | 42 | ]
|
43 | 43 | },
|
44 | 44 | {
|
45 | 45 | "cell_type": "markdown",
|
46 | 46 | "metadata": {},
|
47 | 47 | "source": [
|
48 |
| - "### 1. Subscribe to the model package" |
| 48 | + "## 1. Subscribe to the model package" |
49 | 49 | ]
|
50 | 50 | },
|
51 | 51 | {
|
|
114 | 114 | "cell_type": "markdown",
|
115 | 115 | "metadata": {},
|
116 | 116 | "source": [
|
117 |
| - "### 2. Create an endpoint and perform real-time inference" |
| 117 | + "## 2. Create an endpoint and perform real-time inference" |
118 | 118 | ]
|
119 | 119 | },
|
120 | 120 | {
|
|
154 | 154 | "cell_type": "markdown",
|
155 | 155 | "metadata": {},
|
156 | 156 | "source": [
|
157 |
| - "#### A. Create an endpoint" |
| 157 | + "### A. Create an endpoint" |
158 | 158 | ]
|
159 | 159 | },
|
160 | 160 | {
|
|
183 | 183 | "cell_type": "markdown",
|
184 | 184 | "metadata": {},
|
185 | 185 | "source": [
|
186 |
| - "#### B. Create input payload" |
| 186 | + "### B. Create input payload" |
187 | 187 | ]
|
188 | 188 | },
|
189 | 189 | {
|
|
227 | 227 | "cell_type": "markdown",
|
228 | 228 | "metadata": {},
|
229 | 229 | "source": [
|
230 |
| - "#### C. Perform real-time inference" |
| 230 | + "### C. Perform real-time inference" |
231 | 231 | ]
|
232 | 232 | },
|
233 | 233 | {
|
|
250 | 250 | "cell_type": "markdown",
|
251 | 251 | "metadata": {},
|
252 | 252 | "source": [
|
253 |
| - "#### D. Visualize output" |
| 253 | + "### D. Visualize output" |
254 | 254 | ]
|
255 | 255 | },
|
256 | 256 | {
|
|
287 | 287 | "cell_type": "markdown",
|
288 | 288 | "metadata": {},
|
289 | 289 | "source": [
|
290 |
| - "#### E. Delete the endpoint" |
| 290 | + "### E. Delete the endpoint" |
291 | 291 | ]
|
292 | 292 | },
|
293 | 293 | {
|
|
311 | 311 | "cell_type": "markdown",
|
312 | 312 | "metadata": {},
|
313 | 313 | "source": [
|
314 |
| - "### 3. Perform batch inference" |
| 314 | + "## 3. Perform batch inference" |
315 | 315 | ]
|
316 | 316 | },
|
317 | 317 | {
|
|
369 | 369 | "cell_type": "markdown",
|
370 | 370 | "metadata": {},
|
371 | 371 | "source": [
|
372 |
| - "### 4. Clean-up" |
| 372 | + "## 4. Clean-up" |
373 | 373 | ]
|
374 | 374 | },
|
375 | 375 | {
|
376 | 376 | "cell_type": "markdown",
|
377 | 377 | "metadata": {},
|
378 | 378 | "source": [
|
379 |
| - "#### A. Delete the model" |
| 379 | + "### A. Delete the model" |
380 | 380 | ]
|
381 | 381 | },
|
382 | 382 | {
|
|
392 | 392 | "cell_type": "markdown",
|
393 | 393 | "metadata": {},
|
394 | 394 | "source": [
|
395 |
| - "#### B. Unsubscribe to the listing (optional)" |
| 395 | + "### B. Unsubscribe to the listing (optional)" |
396 | 396 | ]
|
397 | 397 | },
|
398 | 398 | {
|
|
0 commit comments