From the OutputFileDatasetConfig
documentation for the destination
class member,
If set to None, we will copy the output to the workspaceblobstore datastore, under the path /dataset/{run-id}/{output-name}
Given I have the handle to such OutputFileDatasetConfig
with destination
set to None
, how can I get the generated destination
without recomputing the default myself as this can be subject to change.