mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Update docs (#373)
This commit is contained in:
@@ -222,8 +222,14 @@ For more information, see the `SingleFrame` class description.
|
||||
|
||||
### Adding SingleFrames to a Dataset Version
|
||||
|
||||
Use the `DatasetVersion.add_frames` method to add SingleFrames to a [Dataset version](dataset.md#dataset-versioning)
|
||||
(see [Creating snapshots](dataset.md#creating-snapshots) or [Creating child versions](dataset.md#creating-child-versions)).
|
||||
Use the [`DatasetVersion.add_frames`](../references/hyperdataset/hyperdatasetversion.md#add_frames) method to add
|
||||
SingleFrames to a [Dataset version](dataset.md#dataset-versioning) (see [Creating snapshots](dataset.md#creating-snapshots)
|
||||
or [Creating child versions](dataset.md#creating-child-versions)). Frames that are already a part of the dataset version
|
||||
will only be updated.
|
||||
|
||||
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. The method returns a list of frames that
|
||||
were not successfully registered or uploaded.
|
||||
|
||||
```python
|
||||
from allegroai import DatasetVersion, SingleFrame
|
||||
|
||||
Reference in New Issue
Block a user