We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26dbac commit 350537fCopy full SHA for 350537f
examples/notebooks/beam-ml/anomaly_detection/anomaly_detection_timesfm.ipynb
@@ -1785,7 +1785,7 @@
1785
"# =================================================================\n",
1786
"# Classify with LLM and Create Clean Data for Finetuning\n",
1787
1788
- "api_key = \"AIzaSyCB_g6tq3eBFtB3BsshdGotLkUkTsCyApY\" #userdata.get('GEMINI_API_KEY')\n",
+ "api_key = \"userdata.get('GEMINI_API_KEY') # @param {type:'string'} \n",
1789
"\n",
1790
"llm_classifier = (\n",
1791
" \"LLMClassifierAndImputer\" >> beam.ParDo(\n",
@@ -2709,4 +2709,4 @@
2709
]
2710
}
2711
2712
-}
+}
0 commit comments