Azure / Azure/MachineLearningNotebooks

Get access to the source information of a FileDataset

オープン
#1,005 コメント 11 件 リアクション 0 件 担当者 1 名 @MayMSFT が担当を希望しています GitHub で見る
ADO Data4ML product-gap product-question
主要言語
Jupyter Notebook
スター
4.4k
フォーク
2.6k
PR マージ指標
30日以内にマージされた PR はありません

説明

Hello all,

I would like to get access to the source information of a FileDataset.
If you consider the following code:

```python
ds = ws.datasets['myfiledataset']
print(str(ds))
```

Then there is an output like the following:
```
FileDataset
{
"source": [
"('datastorename', 'container/folder/')"
],
"definition": [
"GetDatastoreFiles"
],
"registration": {
"id": "66882",
"name": "dataset_name",
"version": 1,
"workspace": "Workspace.create(name='', subscription_id='', resource_group='')"
}
}
```

Is there a documented & supported way to get access to that source information (the data store name and the folder on that location)? I want to reference the FileDataset and build a `DataReferenceConfiguration` object out of it (where I need the `datastore_name` and the `path_on_datastore`)

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。