You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"PaLM2TextGenerator is going to be deprecated. Use GeminiTextGenerator(https://cloud.google.com/python/docs/reference/bigframes/latest/bigframes.ml.llm.GeminiTextGenerator) instead. ",
89
+
category=exceptions.ApiDeprecationWarning,
90
+
)
87
91
@log_adapter.class_logger
88
92
classPaLM2TextGenerator(base.BaseEstimator):
89
93
"""PaLM2 text generator LLM model.
90
94
95
+
.. note::
96
+
PaLM2TextGenerator is going to be deprecated. Use GeminiTextGenerator(https://cloud.google.com/python/docs/reference/bigframes/latest/bigframes.ml.llm.GeminiTextGenerator) instead.
97
+
91
98
Args:
92
99
model_name (str, Default to "text-bison"):
93
100
The model for natural language tasks. “text-bison” returns model fine-tuned to follow natural language instructions
0 commit comments