Skip to content

Commit

Permalink
docs: Update AutoML Video docstring (#987)
Browse files Browse the repository at this point in the history
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> 🦕
  • Loading branch information
IronPan authored Mar 9, 2022
1 parent 80dd40d commit 6002d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/aiplatform/training_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5919,7 +5919,7 @@ def run(
model_labels: Optional[Dict[str, str]] = None,
sync: bool = True,
) -> models.Model:
"""Runs the AutoML Image training job and returns a model.
"""Runs the AutoML Video training job and returns a model.
If training on a Vertex AI dataset, you can use one of the following split configurations:
Data fraction splits:
Expand Down

0 comments on commit 6002d5d

Please sign in to comment.