Skip to content

Commit 38672b2

Browse files
committed
Added Vertex AI Tuner component example.
1 parent 32a0475 commit 38672b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/tuner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ component does not have ability to execute more than one search worker in
172172
parallel, by using the
173173
[Google Cloud AI Platform extension Tuner component](https://github.com/tensorflow/tfx/blob/master/tfx/extensions/google_cloud_ai_platform/tuner/component.py),
174174
it provides the ability to run parallel tuning, using an AI Platform Training
175-
Job as a distributed worker flock manager.
175+
Job as a distributed worker flock manager.
176176
[TuneArgs](https://github.com/tensorflow/tfx/blob/master/tfx/proto/tuner.proto)
177177
is the configuration given to this component. This is a drop-in replacement of
178178
the stock Tuner component.

0 commit comments

Comments
 (0)