Skip to content

Commit 9123565

Browse files
committed
comment out the describe pipeline calls
1 parent fd96940 commit 9123565

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

sagemaker-featurestore/feature_store_feature_processor.ipynb

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"cells": [
33
{
4+
"attachments": {},
45
"cell_type": "markdown",
56
"id": "e2ac1559-3729-4cf3-acee-d4bb15c6f53d",
67
"metadata": {
@@ -11,6 +12,7 @@
1112
]
1213
},
1314
{
15+
"attachments": {},
1416
"cell_type": "markdown",
1517
"id": "bfd7d612",
1618
"metadata": {},
@@ -25,6 +27,7 @@
2527
]
2628
},
2729
{
30+
"attachments": {},
2831
"cell_type": "markdown",
2932
"id": "c339cb18",
3033
"metadata": {},
@@ -37,6 +40,7 @@
3740
]
3841
},
3942
{
43+
"attachments": {},
4044
"cell_type": "markdown",
4145
"id": "a8b4ba90-e512-46bf-bfa9-541213021e86",
4246
"metadata": {
@@ -47,6 +51,7 @@
4751
]
4852
},
4953
{
54+
"attachments": {},
5055
"cell_type": "markdown",
5156
"id": "e45c4dd7",
5257
"metadata": {},
@@ -66,6 +71,7 @@
6671
]
6772
},
6873
{
74+
"attachments": {},
6975
"cell_type": "markdown",
7076
"id": "a65db47d",
7177
"metadata": {},
@@ -144,6 +150,7 @@
144150
]
145151
},
146152
{
153+
"attachments": {},
147154
"cell_type": "markdown",
148155
"id": "a303d7bc",
149156
"metadata": {},
@@ -152,6 +159,7 @@
152159
]
153160
},
154161
{
162+
"attachments": {},
155163
"cell_type": "markdown",
156164
"id": "f57390a2",
157165
"metadata": {},
@@ -297,6 +305,7 @@
297305
]
298306
},
299307
{
308+
"attachments": {},
300309
"cell_type": "markdown",
301310
"id": "75d9c534-7b9d-40da-a99b-54aa8f927f8e",
302311
"metadata": {
@@ -372,6 +381,7 @@
372381
]
373382
},
374383
{
384+
"attachments": {},
375385
"cell_type": "markdown",
376386
"id": "23ef02b7-7b38-4c00-99fb-4caed9773321",
377387
"metadata": {},
@@ -473,6 +483,7 @@
473483
]
474484
},
475485
{
486+
"attachments": {},
476487
"cell_type": "markdown",
477488
"id": "11e1a26a-35f1-4477-b71f-17c18c604ea7",
478489
"metadata": {},
@@ -524,6 +535,7 @@
524535
]
525536
},
526537
{
538+
"attachments": {},
527539
"cell_type": "markdown",
528540
"id": "83ef5ce7",
529541
"metadata": {},
@@ -597,7 +609,7 @@
597609
")\n",
598610
"print(f\"Created a schedule.\")\n",
599611
"\n",
600-
"fp.describe(pipeline_name=car_data_aggregated_pipeline_name)"
612+
"# fp.describe(pipeline_name=car_data_aggregated_pipeline_name)"
601613
]
602614
},
603615
{
@@ -612,10 +624,11 @@
612624
"\"\"\"\n",
613625
"Feature Processor Pipelines in this account.\n",
614626
"\"\"\"\n",
615-
"fp.list_pipelines()"
627+
"# fp.list_pipelines()"
616628
]
617629
},
618630
{
631+
"attachments": {},
619632
"cell_type": "markdown",
620633
"id": "be2d9751-e288-42db-b5fa-081939be66aa",
621634
"metadata": {},
@@ -628,6 +641,7 @@
628641
]
629642
},
630643
{
644+
"attachments": {},
631645
"cell_type": "markdown",
632646
"id": "0e9af135",
633647
"metadata": {},
@@ -648,7 +662,8 @@
648662
" schedule_expression=\"rate(24 hours)\",\n",
649663
" state=\"DISABLED\",\n",
650664
")\n",
651-
"print(f\"Disabled the schedule.\")"
665+
"\n",
666+
"# print(f\"Disabled the schedule.\")"
652667
]
653668
},
654669
{
@@ -666,6 +681,7 @@
666681
]
667682
},
668683
{
684+
"attachments": {},
669685
"cell_type": "markdown",
670686
"id": "6c1ebc50",
671687
"metadata": {},

0 commit comments

Comments
 (0)