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)

Keyword-Only Parameters

Name Description
enabled
str

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

Default value: None
data
str

Data asset id associated with collection logging.

Default value: None
client_id
str

Client ID associated with collection logging.

Default value: None