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
Docstring for a few of the methods under aiplatform are not parsable, which breaks API doc generation and parsing tools. For example in training_jobs.py the docstring
def_raise_failure(self):
"""Helper method to raise failure if TrainingPipeline fails. Raises: RuntimeError If training failed. """
should be changed to
def_raise_failure(self):
"""Helper method to raise failure if TrainingPipeline fails. Raises: RuntimeError: If training failed. """
The text was updated successfully, but these errors were encountered:
Docstring for a few of the methods under aiplatform are not parsable, which breaks API doc generation and parsing tools. For example in training_jobs.py the docstring
should be changed to
The text was updated successfully, but these errors were encountered: