set_dataset_description
Set or update a dataset's description in the catalog, clarifying its purpose, contents, and intended use for better understanding.
Instructions
Set or update the description for a dataset.
Updates the dataset's description in the catalog. Good descriptions help users understand the dataset's purpose, contents, and intended use.
Args: dataset_rid: RID of the dataset to update. description: New description text.
Returns: JSON with status, dataset_rid, description.
Example: set_dataset_description("1-ABC", "Training images for CIFAR-10 classification")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_rid | Yes | ||
| description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |