We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038139d commit bb04742Copy full SHA for bb04742
noxfile.py
@@ -719,6 +719,8 @@ def notebook(session: nox.Session):
719
# bq_dataframes_llm_code_generation creates a bucket in the sample.
720
"notebooks/generative_ai/bq_dataframes_llm_code_generation.ipynb", # Needs BUCKET_URI.
721
"notebooks/generative_ai/sentiment_analysis.ipynb", # Too slow
722
+ # TODO(b/366290533): to protect BQML quota
723
+ "notebooks/generative_ai/bq_dataframes_llm_claude3_museum_art.ipynb",
724
"notebooks/vertex_sdk/sdk2_bigframes_pytorch.ipynb", # Needs BUCKET_URI.
725
"notebooks/vertex_sdk/sdk2_bigframes_sklearn.ipynb", # Needs BUCKET_URI.
726
"notebooks/vertex_sdk/sdk2_bigframes_tensorflow.ipynb", # Needs BUCKET_URI.
0 commit comments