You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Validate the output values and output manifest and, if the analysis produced an output manifest, upload its
142
142
output datasets to a unique subdirectory within the analysis's output location. This output location can be
143
-
overridden by providing a different cloud path via the `upload_output_datasets_to` parameter. Either way, the
144
-
dataset paths in the output manifest are replaced with signed URLs for easier, expiring access.
143
+
overridden by providing a different cloud path via the `upload_output_datasets_to` parameter.
145
144
146
145
:param str|None upload_output_datasets_to: If not provided but an output location was provided at instantiation, upload any output datasets into a unique subdirectory within this output location; if provided, upload into this location instead. The output manifest is updated with the upload locations.
147
146
:param bool|None use_signed_urls: if `True`, use signed URLs instead of cloud URIs for dataset paths in the output manifest; if `None`, use the value of `use_signed_urls_for_output_datasets` given at instantiation
:param str|None upload_output_datasets_to: If not provided but an output location was provided at instantiation, upload any output datasets into a unique subdirectory within this output location; if provided, upload into this location instead. The output manifest is updated with the upload locations.
179
+
:param bool|None use_signed_urls: if `True`, use signed URLs instead of cloud URIs for dataset paths in the output manifest; if `None`, use the value of `use_signed_urls_for_output_datasets` given at instantiation
180
+
:return None:
181
+
"""
162
182
# Use a unique subdirectory in the output location given at instantiation (if given) if no
0 commit comments