Skip to content

Commit c10efea

Browse files
author
zhen.chen
committed
docs: delete documentation about "import_all_files" in cloud_storage
1 parent 2c71ebb commit c10efea

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

docs/source/advanced_features/cloud_storage.rst

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ TensorBay SDK supports a method to list a user's all previous configurations.
4141
4242
from tensorbay import GAS
4343
44-
gas = GAS("<YOUR_ACCESSKEY>")
44+
gas = GAS("Accesskey-*****")
4545
gas.list_auth_storage_configs()
4646
4747
@@ -57,12 +57,6 @@ Create a dataset with authorized cloud storage:
5757
Import Cloud Files into Authorized Storage Dataset
5858
==================================================
5959

60-
..
61-
There are two methods to import cloud files into an authorized storage dataset.
62-
63-
- OUT-OF-THE-BOX: Import all files under a directory into a dataset.
64-
- CUSTOMIZED: Use AuthData to organize cloud files into a dataset.
65-
6660
Take the following cloud directory as an example::
6761

6862
data/
@@ -76,22 +70,6 @@ Take the following cloud directory as an example::
7670
│ └── ...
7771
└── ...
7872

79-
..
80-
Out-of-the-box Method
81-
*********************
82-
83-
Import all files in ``data/images`` directory into ``train`` segment.
84-
85-
.. code:: python
86-
87-
dataset_client.import_all_files("data/images", "train")
88-
89-
Customized method support more features, such as uploading labels
90-
and selecting specific files.
91-
92-
Customized Method
93-
*****************
94-
9573
Get a cloud client.
9674

9775
.. literalinclude:: ../../../docs/code/cloud_storage.py

0 commit comments

Comments
 (0)