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 ce58f78 commit d2b0ea4Copy full SHA for d2b0ea4
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