共用方式為


DatasetContextManager 類別

管理資料集下載和掛接動作的內容。 這個類別不打算直接提供使用。

類別 DatasetCoNtextManager 建構函式。

繼承
azureml.data.context_managers._CommonContextManager
DatasetContextManager

建構函式

DatasetContextManager(config, ignore_already_mounted_error=False, force_mount_with_allow_other=False)

參數

名稱 Description
config
必要
dictlist

傳遞至內容管理員的組態。

ignore_already_mounted_error

如果某個專案已經掛接至相同的資料夾,請忽略掛接錯誤。

預設值: False
force_mount_with_allow_other

當設定為 true 時,所有掛接都會掛接allow_other = True (允許存取所有 OS 使用者的掛接點) 。

預設值: False