Skip to content

Commit

Permalink
docs: remove TODOs from docs (#1513)
Browse files Browse the repository at this point in the history
Co-authored-by: Rosie Zou <rosiezou@users.noreply.github.com>
  • Loading branch information
bleakley and rosiezou committed Aug 5, 2022
1 parent f4e54da commit 406ed84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions google/cloud/aiplatform/training_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2629,7 +2629,6 @@ def __init__(
job.run(replica_count=1, model_display_name='my-trained-model)
TODO(b/169782082) add documentation about traning utilities
To ensure your model gets saved in Vertex AI, write your saved model to
os.environ["AIP_MODEL_DIR"] in your provided training script.
Expand Down Expand Up @@ -3547,7 +3546,6 @@ def __init__(
job.run(replica_count=1, model_display_name='my-trained-model)
TODO(b/169782082) add documentation about traning utilities
To ensure your model gets saved in Vertex AI, write your saved model to
os.environ["AIP_MODEL_DIR"] in your provided training script.
Expand Down

0 comments on commit 406ed84

Please sign in to comment.