BlobFileListSource クラス
Azure Blob Storageのファイル リストのコンテンツ ソース。
- 継承
-
builtins.objectBlobFileListSource
コンストラクター
BlobFileListSource(container_url: str, file_list: str)
パラメーター
名前 | 説明 |
---|---|
container_url
必須
|
|
file_list
必須
|
|
メソッド
from_dict |
BlobFileListSource の図形のディクテーションをモデル自体に変換します。 |
to_dict |
BlobFileListSource の dict 表現を返します。 |
from_dict
BlobFileListSource の図形のディクテーションをモデル自体に変換します。
from_dict(data: Dict[str, Any]) -> BlobFileListSource
パラメーター
名前 | 説明 |
---|---|
data
必須
|
BlobFileListSource の図形のディクショナリ。 |
戻り値
型 | 説明 |
---|---|
BlobFileListSource |
to_dict
BlobFileListSource の dict 表現を返します。
to_dict() -> Dict[str, Any]
戻り値
型 | 説明 |
---|---|
Dict[str, Any] |
属性
container_url
コンテナー URL をAzure Blob Storageします。
container_url: str
file_list
トレーニング用のドキュメントのサブセットを指定するコンテナー内の JSONL ファイルへのパス。
file_list: str
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python