Deze pagina is nog niet beschikbaar in uw eigen taal. We werken er hard aan om meer taalversies toe te voegen. Bedankt voor uw steun.

On this page

Show all

Help Center/ ModelArts/ FAQs/ General Issues/ How Do I View All Files Stored in OBS on ModelArts?

How Do I View All Files Stored in OBS on ModelArts?

Updated on 2024-06-11 GMT+08:00

To view all files stored in OBS when using notebook instances or training jobs, use either of the following methods:

  • OBS console

    Log in to OBS console using the current account, and search for the OBS buckets, folders, and files.

  • You can use an API to check whether a given directory exists. In an existing notebook instance or after creating a new notebook instance, run the following command to check whether the directory exists:
    import moxing as mox
    mox.file.list_directory('obs://bucket_name', recursive=True)

    If there are a large number of files, wait until the final file path is displayed.

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback