mirror of
https://github.com/clearml/clearml-docs
synced 2025-04-15 05:04:31 +00:00
Small edits (#376)
This commit is contained in:
parent
d9abaa4050
commit
502e5f95a4
@ -471,7 +471,9 @@ my_dataview = DataView.get(dataview_id='12344kg2p3hf8')
|
||||
|
||||
Access the Dataview's frames as a python list, dictionary, or through a pythonic iterator.
|
||||
|
||||
The `DataView.to_dict` method returns a list of dictionaries, where each dictionary represents a frame. Use the
|
||||
The [`DataView.to_list`](../references/hyperdataset/dataview.md#to_list) method returns the Dataview queries result as a python list .
|
||||
|
||||
The [`DataView.to_dict`](../references/hyperdataset/dataview.md#to_dict) method returns a list of dictionaries, where each dictionary represents a frame. Use the
|
||||
`projection` parameter to specify a subset of the frame fields to be included in the result. Input a list of strings,
|
||||
where each string represents a frame field or subfield (using dot-separated notation).
|
||||
|
||||
|
@ -19,7 +19,7 @@ The following is an example of preview metadata.
|
||||
"timestamp": 0
|
||||
}
|
||||
```
|
||||
<details className="cml-expansion-panel info">
|
||||
<details className="cml-expansion-panel configuration">
|
||||
<summary className="cml-expansion-panel-summary">View an entire frame containing a preview</summary>
|
||||
<div className="cml-expansion-panel-content">
|
||||
|
||||
|
@ -56,7 +56,7 @@ For more information, see [Custom Metadata](custom_metadata.md).
|
||||
|
||||
The panel below describes the details contained within a `frame`:
|
||||
|
||||
<details className="cml-expansion-panel info">
|
||||
<details className="cml-expansion-panel configuration">
|
||||
<summary className="cml-expansion-panel-summary">Frame Structure</summary>
|
||||
<div className="cml-expansion-panel-content">
|
||||
|
||||
@ -141,7 +141,7 @@ This image shows a SingleFrame in the ClearML Enterprise WebApp (UI) [frame view
|
||||
</details>
|
||||
<br/>
|
||||
|
||||
<details className="cml-expansion-panel info">
|
||||
<details className="cml-expansion-panel configuration">
|
||||
<summary className="cml-expansion-panel-summary">SingleFrame details represented in the WebApp</summary>
|
||||
<div className="cml-expansion-panel-content">
|
||||
|
||||
|
@ -119,7 +119,7 @@ to an IAM user, and create credentials keys for that user to configure in the au
|
||||
|
||||
1. Insert the following policy into the text box:
|
||||
|
||||
```
|
||||
```json
|
||||
{
|
||||
"Version": "2012-10-17",
|
||||
"Statement": [
|
||||
|
Loading…
Reference in New Issue
Block a user