mirror of
https://github.com/GoogleCloudPlatform/vertex-ai-samples.git
synced 2026-09-26 14:42:04 +00:00
debug: saving results (#2471)
This commit is contained in:
@@ -475,7 +475,7 @@ def _save_results(results: List[NotebookExecutionResult],
|
||||
}
|
||||
print(f"adding {result.path}")
|
||||
|
||||
print("Saving accumulative results ...")
|
||||
print(f"Saving accumulative results to {results_file}, nentries {len(build_results)}")
|
||||
content = json.dumps(build_results)
|
||||
|
||||
client = storage.Client()
|
||||
|
||||
Reference in New Issue
Block a user