We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fce81e commit 8d52bb3Copy full SHA for 8d52bb3
automl/snippets/vision_classification_create_dataset.py
@@ -40,7 +40,7 @@ def create_dataset(project_id, display_name):
40
)
41
42
# Create a dataset with the dataset metadata in the region.
43
- response = client.create_dataset(parent=project_location, dataset=dataset)
+ response = client.create_dataset(parent=project_location, dataset=dataset, timeout=300)
44
45
created_dataset = response.result()
46
0 commit comments