Skip to content

Commit 61f7bda

Browse files
Ark-kuncopybara-github
authored andcommitted
chore: LLM - Fixed typo in tune_model docstring
PiperOrigin-RevId: 547016321
1 parent 6ce18f7 commit 61f7bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertexai/language_models/_language_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def tune_model(
149149
This method launches a model tuning job that can take some time.
150150
151151
Args:
152-
training_data: A Pandas DataFrame of a URI pointing to data in JSON lines format.
152+
training_data: A Pandas DataFrame or a URI pointing to data in JSON lines format.
153153
The dataset must have the "input_text" and "output_text" columns.
154154
train_steps: Number of training steps to perform.
155155
learning_rate: Learning rate for the tuning

0 commit comments

Comments
 (0)