Skip to content

Commit 8865e0c

Browse files
author
Ubuntu
committed
slight cleanup
1 parent ae7c055 commit 8865e0c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nucleus/dataset_item.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,12 @@ class DatasetItem: # pylint: disable=R0902
154154
metadata keys that are not present in the new ingestion run. We have a cache
155155
based on image_location that will skip the need for a re-upload of the images,
156156
so your second ingestion will be faster than your first.
157+
TODOC(Shorten this once we have a guide migrated for metadata, or maybe link
158+
from other places to here.)
157159
pointcloud_location: (required if image_location not passed) The remote URL
158160
containing the pointcloud JSON. Remote formats supported include any URL
159161
(http:// or https://) or URIs for AWS S3, Azure, or GCS, (i.e. s3://, gcs://)
160-
upload_to_scale: Set this to false in order to use `privacy mode<https://dashboard.scale.com/nucleus/docs/api#privacy-mode>`_.
162+
upload_to_scale: Set this to false in order to use `privacy mode<https://dashboard.scale.com/nucleus/docs/api#privacy-mode>`_. TODOC (update this once guide is migrated).
161163
Briefly speaking, setting this to flase means the actual data within the item
162164
(i.e. the image or pointcloud) will not be uploaded to scale meaning that
163165
you can send in links that are only accessible to certain users, and not to

0 commit comments

Comments
 (0)