Skip to content

Commit 2be5a61

Browse files
authored
fix the doc (#34684)
1 parent 10775fe commit 2be5a61

File tree

1 file changed

+1
-1
lines changed
  • sdks/python/apache_beam/ml/transforms/embeddings

1 file changed

+1
-1
lines changed

sdks/python/apache_beam/ml/transforms/embeddings/vertex_ai.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def __init__(
315315
316316
Args:
317317
model_name: The name of the Vertex AI Multi-Modal Embedding model.
318-
columns: The columns containing the text to be embedded.
318+
columns: The columns containing the image to be embedded.
319319
dimension: The length of the embedding vector to generate. Must be one of
320320
128, 256, 512, or 1408. If not set, Vertex AI's default value is 1408.
321321
project: The default GCP project for API calls.

0 commit comments

Comments
 (0)