Update docs (#373)

This commit is contained in:
pollfly
2022-11-20 10:24:44 +02:00
committed by GitHub
parent 22960fb7d0
commit d2b7135074
4 changed files with 147 additions and 47 deletions

View File

@@ -50,7 +50,11 @@ To add FrameGroups to a Dataset Version:
1. Append the FrameGroup object to a list of frames
1. Add that list to a DatasetVersion.
1. Add that list to a DatasetVersion using the [`DatasetVersion.add_frames`](../references/hyperdataset/hyperdatasetversion.md#add_frames)
method. Use the `upload_retries` parameter to set the number of times the upload of a frame should be retried in case of
failure, before marking the frame as failed and continuing to upload the next frames. In the case that a single frame in
the FrameGroup fails to upload, the entire group will not be registered. The method returns a list of frames that were
not successfully registered or uploaded.
```python
# Create a FrameGroup object