# 数据集设置

在TensorBay中，你可以对您的数据集进行管理和设置，您可以修改数据集名称，对数据集成员及其权限进行管理，查看数据集的存储位置，或删除当前数据集。

{% hint style="info" %}
仅数据集的创建者或对数据集有管理权限的成员具有设置权限。
{% endhint %}

* 在数据集详情页，选择【设置】即可进入该数据集的设置界面。

![](/files/-MWcsA5a4peE0cNn8HM2)

## 修改数据集名称 <a href="#id-1" id="id-1"></a>

* 在左侧导航栏中的【基本设置】中，点击数据集名称右侧的<img src="/files/-MWU0SUvxwdFBGTVGC5j" alt="" data-size="line">编辑该数据集名称。注意：数据集名称的长度限制为80，仅支持英文、数字、空格、"-"和"\_"。

![](/files/-MWcsIRmupH1qU-tLNcO)

* 修改完成后，点击【确认修改】进行修改确认。请确保您所拥有的数据集的名称不重复。

![](/files/-MWcsU8EARTOMBZ6Ncxq)

## 数据集可见性设置 <a href="#id-2" id="id-2"></a>

* 您可在创建数据集的时候设置该数据集的可见性，或在数据集设置中对可见性进行修改。
* 如果您需要将可见性调整为【公开】，则说明您同意任何的社区用户都可以搜索、查看、查询和Fork此公开数据集中的所有数据文件。

![](/files/-MWcsdznGm6ky5SD8Z_M)

## 数据集成员及权限管理 <a href="#id-3" id="id-3"></a>

* 在【设置】页面的左侧导航栏选择【成员管理】，您可以在右侧查看该数据集的全部成员包括数据集的创建者、团队超级管理员和其他数据集成员。

{% hint style="info" %}
如果您是团队用户，团队管理员默认对于团队数据集有管理权限。
{% endhint %}

![](/files/-MWcsywBijanMeoHgeRv)

* 添加成员：您可以点击【邀请成员】增加该数据集新成员。

![](/files/-MWctCgHDjVg33OoLJ24)

* 选择您需要添加的成员，选择完成后点击【发送邀请】完成添加。

{% hint style="info" %}
添加成员仅限于您团队中的成员。
{% endhint %}

![](/files/-MWcwEn4jd3GpglhRcJ4)

## 数据集存储位置 <a href="#id-4" id="id-4"></a>

* 如果您的数据集是通过【授权存储】方式创建的数据集，在左侧导航栏的【存储信息】中可查看该数据集数据的云存储位置。

![](/files/-MWcwVm1FXAd5g20H-0R)

* 如果您的数据集是通过【格物钛存储】创建的数据集，在左侧导航栏的【存储信息】中，您可查看到该数据集的格物钛存储信息。

![](/files/-MWU3by0yr5bN4ANWyEZ)

## 删除数据集 <a href="#id-5" id="id-5"></a>

* 点击【删除数据集】即可删除该数据集。

{% hint style="danger" %}
该操作将删除数据集及其所有的版本，操作不可逆，删除后所有使用此数据集的任务将不可用，请谨慎操作。
{% endhint %}

![](/files/-MWU3mYY-D_stn_3mb2-)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.graviti.cn/guide/tensorbay/version/setting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
