共用方式為


AzureFileDatastore 類別

連結至 Azure ML 工作區的 Azure 檔案共用。

繼承
azure.ai.ml.entities._datastore.datastore.Datastore
AzureFileDatastore

建構函式

AzureFileDatastore(*, name: str, account_name: str, file_share_name: str, description: str | None = None, tags: Dict | None = None, endpoint: str = 'core.windows.net', protocol: str = 'https', properties: Dict | None = None, credentials: AccountKeyConfiguration | SasTokenConfiguration, **kwargs: Any)

參數

名稱 Description
name
必要
str

資料存放區的名稱。

account_name
必要
str

Azure 儲存體帳戶的名稱。

file_share_name
必要
str

檔案共用的名稱。

description
必要
str

資源的描述。

tags
必要

標記字典。 標記可以新增、移除和更新。

endpoint
必要
str

用來與 Azure 儲存體帳戶連線的端點

protocol
必要
str

用來與 Azure 儲存體帳戶連線的通訊協定

properties
必要

資產屬性字典。

credentials
必要

要用於 Azure ML 工作區以連線到儲存體的認證。

kwargs
必要

其他組態參數的字典。

僅限關鍵字參數

名稱 Description
name
必要
account_name
必要
file_share_name
必要
description
必要
tags
必要
endpoint
預設值: core.windows.net
protocol
預設值: https
properties
必要
credentials
必要

方法

dump

以 yaml 格式將資料存放區內容傾印到檔案中。

dump

以 yaml 格式將資料存放區內容傾印到檔案中。

dump(dest: str | PathLike | IO, **kwargs: Any) -> None

參數

名稱 Description
dest
必要
Union[<xref:PathLike>, str, IO[AnyStr]]

接收此資料存放區內容的目的地。 必須是本機檔案的路徑,或是已開啟的檔案資料流程。 如果 dest 是檔案路徑,則會建立新的檔案,並在檔案存在時引發例外狀況。 如果 dest 是開啟的檔案,檔案將直接寫入,如果檔案無法寫入,則會引發例外狀況。

屬性

base_path

資源的基底路徑。

傳回

類型 Description
str

資源的基底路徑。

creation_context

資源的建立內容。

傳回

類型 Description

資源的建立中繼資料。

id

資源識別碼。

傳回

類型 Description

資源的全域識別碼,Azure Resource Manager (ARM) 識別碼。

type