create_datapoints
method.
Please see the full reference documentation for
create_datapoints
here.Import locally stored images
To import locally stored data, create a list ofpoints
with relative file paths to your locally stored data, and use the redbrick.StorageMethod.REDBRICK
storage ID.
The points array follows the format of the items
list.
Import externally stored images
To import data stored in an external storage method such as AWS s3, be sure to use the Storage ID found on the Storage tab of your RedBrick AI account instead ofredbrick.StorageMethod.REDBRICK
.

Click on the field to copy the Storage ID to your clipboard!
Visit our documentation on external storage to learn how to
integrate your own external storage like AWS s3, GCS, or Azure blob.
Import annotations
First, please follow our guide on preparing your items list for annotation import to prepare your points object correctly.Importing Annotations Guide
Importing Annotations