File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed
docs/source/advanced_features Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff 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-
6660Take 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-
9573Get a cloud client.
9674
9775.. literalinclude :: ../../../docs/code/cloud_storage.py
You can’t perform that action at this time.
0 commit comments