-
Notifications
You must be signed in to change notification settings - Fork 433
Closed
Labels
api: aiplatformIssues related to the AI Platform API.Issues related to the AI Platform API.triage meI really want to be triaged.I really want to be triaged.
Description
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.
"""Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: aiplatformIssues related to the AI Platform API.Issues related to the AI Platform API.triage meI really want to be triaged.I really want to be triaged.