Skip to content

Commit 6002d5d

Browse files
authored
docs: Update AutoML Video docstring (#987)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-aiplatform/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
1 parent 80dd40d commit 6002d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/aiplatform/training_jobs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5919,7 +5919,7 @@ def run(
59195919
model_labels: Optional[Dict[str, str]] = None,
59205920
sync: bool = True,
59215921
) -> models.Model:
5922-
"""Runs the AutoML Image training job and returns a model.
5922+
"""Runs the AutoML Video training job and returns a model.
59235923
59245924
If training on a Vertex AI dataset, you can use one of the following split configurations:
59255925
Data fraction splits:

0 commit comments

Comments
 (0)