diff --git a/docs/hyperdatasets/dataviews.md b/docs/hyperdatasets/dataviews.md index 9b4f4004..0ac3a39a 100644 --- a/docs/hyperdatasets/dataviews.md +++ b/docs/hyperdatasets/dataviews.md @@ -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). diff --git a/docs/hyperdatasets/previews.md b/docs/hyperdatasets/previews.md index 812c5268..b135a664 100644 --- a/docs/hyperdatasets/previews.md +++ b/docs/hyperdatasets/previews.md @@ -19,7 +19,7 @@ The following is an example of preview metadata. "timestamp": 0 } ``` -
+
View an entire frame containing a preview
diff --git a/docs/hyperdatasets/single_frames.md b/docs/hyperdatasets/single_frames.md index 03d835cc..c73211db 100644 --- a/docs/hyperdatasets/single_frames.md +++ b/docs/hyperdatasets/single_frames.md @@ -56,7 +56,7 @@ For more information, see [Custom Metadata](custom_metadata.md). The panel below describes the details contained within a `frame`: -
+
Frame Structure
@@ -141,7 +141,7 @@ This image shows a SingleFrame in the ClearML Enterprise WebApp (UI) [frame view

-
+
SingleFrame details represented in the WebApp
diff --git a/docs/webapp/applications/apps_aws_autoscaler.md b/docs/webapp/applications/apps_aws_autoscaler.md index 7d994881..f4cb6ecb 100644 --- a/docs/webapp/applications/apps_aws_autoscaler.md +++ b/docs/webapp/applications/apps_aws_autoscaler.md @@ -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": [