Skip to content

Commit d09a680

Browse files
Ark-kuncopybara-github
authored andcommitted
chore: LLM - Improved the preview TextGenerationModel dosctring
PiperOrigin-RevId: 549124514
1 parent 4b86ce1 commit d09a680

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vertexai/language_models/_language_models.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,7 @@ class TextGenerationModel(_TextGenerationModel, _ModelWithBatchPredict):
436436
class _PreviewTextGenerationModel(
437437
_TextGenerationModel, _TunableModelMixin, _PreviewModelWithBatchPredict
438438
):
439-
"""Preview text generation model."""
440-
439+
# Do not add docstring so that it's inherited from the base class.
441440
_LAUNCH_STAGE = _model_garden_models._SDK_PUBLIC_PREVIEW_LAUNCH_STAGE
442441

443442

0 commit comments

Comments
 (0)