你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BlobFileListSource 类
Azure Blob 存储中文件列表的内容源。
- 继承
-
builtins.objectBlobFileListSource
构造函数
BlobFileListSource(container_url: str, file_list: str)
参数
名称 | 说明 |
---|---|
container_url
必需
|
|
file_list
必需
|
|
方法
from_dict |
将 BlobFileListSource 形状的 dict 转换为模型本身。 |
to_dict |
返回 BlobFileListSource 的 dict 表示形式。 |
from_dict
将 BlobFileListSource 形状的 dict 转换为模型本身。
from_dict(data: Dict[str, Any]) -> BlobFileListSource
参数
名称 | 说明 |
---|---|
data
必需
|
BlobFileListSource 形状的字典。 |
返回
类型 | 说明 |
---|---|
BlobFileListSource |
to_dict
返回 BlobFileListSource 的 dict 表示形式。
to_dict() -> Dict[str, Any]
返回
类型 | 说明 |
---|---|
Dict[str, Any] |
属性
container_url
Azure Blob 存储容器 URL。
container_url: str
file_list
容器中 JSONL 文件的路径,该文件指定用于训练的文档子集。
file_list: str