5 Work with Files
You can store and organize your files in volumes in your AI Data Platform.
AI Data Platform supports multiple methods for accessing data stored in volumes:
- POSIX-style paths: Allow users to provide access to data relative to the driver root (/). Users can read/write data to volumes or workspace folders.
- URI-style paths: Allow users to provide access to data using a URI scheme. For example, if you want to read data in OCI Object Storage, you should provide a valid URI scheme to read/write that data.
Here are some examples:
Source | Access Pattern | Example |
---|---|---|
Volume | POSIX | Example
1 Example
2 Example
3
|
URI |
|
|
Workspace | POSIX | Example
1 Example
2 Example
3
|
URI |
|
|
OCI Object Storage | URI |
|