8000 Clarified array parameter · mmmarklu/python-docs-samples@72fc1f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 72fc1f6

Browse files
authored
Clarified array parameter
Example did not make it clear that a particular value was an array of strings instead of just one string. See issue GoogleCloudPlatform#2213
1 parent 9c01c4d commit 72fc1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vision/automl/automl_vision_od_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def import_data(project_id, compute_region, dataset_id, paths):
138138
# project_id = '[PROJECT_ID]'
139139
# compute_region = '[COMPUTE_REGION]'
140140
# dataset_id = '[DATASET_ID]'
141-
# paths = '[Storage path. For example: gs://path/to/file.csv]'
141+
# paths = Array of storage paths. For example: ['gs://path/to/file.csv']
142142

143143
from google.cloud import automl_v1beta1 as automl
144144

0 commit comments

Comments
 (0)
0