mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
title: Code Examples
|
||||
---
|
||||
|
||||
The following examples demonstrate registering, retrieving, and ingesting your data through the Hyper-Datasets python
|
||||
The following examples demonstrate registering, retrieving, and ingesting your data through the Hyper-Datasets Python
|
||||
interface.
|
||||
|
||||
## Registering your Data
|
||||
|
||||
@@ -515,7 +515,7 @@ class method.
|
||||
my_dataview = DataView.get(dataview_id='<dataview_id>')
|
||||
```
|
||||
|
||||
Access the Dataview's frames as a python list, dictionary, or through a pythonic iterator.
|
||||
Access the Dataview's frames as a Python list, dictionary, or through a pythonic iterator.
|
||||
|
||||
[`DataView.to_list()`](../references/hyperdataset/dataview.md#to_list) returns the Dataview queries result as a Python list.
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ Hyper-Datasets extend the ClearML [**Task**](../fundamentals/task.md) with [Data
|
||||
|
||||
## Usage
|
||||
|
||||
Hyper-Datasets are supported by the `allegroai` python package.
|
||||
Hyper-Datasets are supported by the `allegroai` Python package.
|
||||
|
||||
### Connecting Dataviews to a Task
|
||||
|
||||
|
||||
Reference in New Issue
Block a user