你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeploymentCollection Class

Note

This is an experimental class, and may change at any time. Please see https://aka.ms/azuremlexperimental for more information.

Collection entity

Constructor

DeploymentCollection(*, enabled: str | None = None, data: str | DataAsset | None = None, client_id: str | None = None, **kwargs: Any)

Parameters

Name Description
enabled
Required
str

Is logging for this collection enabled. Possible values include: 'true', 'false'.

data
Required
str

Data asset id associated with collection logging.

client_id
Required
str

Client ID associated with collection logging.

Keyword-Only Parameters

Name Description
enabled
Default value: None
data
Default value: None
client_id
Default value: None