Help Center/
ModelArts/
SDK Reference/
Data Management/
Managing Datasets/
Querying Details About a Dataset
Updated on 2022-11-24 GMT+08:00
Querying Details About a Dataset
Obtain details about a dataset, including the samples and versions of the dataset.
dataset.get_dataset_info()
Sample Code
Obtain details about a dataset.
from modelarts.session import Session from modelarts.dataset import Dataset session = Session() dataset = Dataset(session, dataset_id) dataset_info = dataset.get_dataset_info() print(dataset_info) # Output the detailed information about the dataset.
Parameters
None
Parent topic: Managing Datasets
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot