This is an automated email from the ASF dual-hosted git repository.
shunping pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 350537f782a Remove (inactive) key from example (#36234)
350537f782a is described below
commit 350537f782a2146beffa7b279b4d8ab2345ae905
Author: Danny McCormick <[email protected]>
AuthorDate: Mon Sep 22 11:40:42 2025 -0400
Remove (inactive) key from example (#36234)
---
.../beam-ml/anomaly_detection/anomaly_detection_timesfm.ipynb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/examples/notebooks/beam-ml/anomaly_detection/anomaly_detection_timesfm.ipynb
b/examples/notebooks/beam-ml/anomaly_detection/anomaly_detection_timesfm.ipynb
index 034dca22a42..e232daf02d3 100644
---
a/examples/notebooks/beam-ml/anomaly_detection/anomaly_detection_timesfm.ipynb
+++
b/examples/notebooks/beam-ml/anomaly_detection/anomaly_detection_timesfm.ipynb
@@ -1785,7 +1785,7 @@
"#
=================================================================\n",
"# Classify with LLM and Create Clean Data for Finetuning\n",
"#
=================================================================\n",
- "api_key = \"AIzaSyCB_g6tq3eBFtB3BsshdGotLkUkTsCyApY\"
#userdata.get('GEMINI_API_KEY')\n",
+ "api_key = \"userdata.get('GEMINI_API_KEY') # @param {type:'string'}
\n",
"\n",
"llm_classifier = (\n",
" \"LLMClassifierAndImputer\" >> beam.ParDo(\n",
@@ -2709,4 +2709,4 @@
]
}
]
-}
\ No newline at end of file
+}