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
- Inheritance
-
builtins.objectDeploymentCollection
Constructor
DeploymentCollection(*, enabled: str | None = None, data: str | DataAsset | None = None, client_id: str | None = None, **kwargs: Any)
Parameters
Name | Description |
---|---|
enabled
Required
|
Is logging for this collection enabled. Possible values include: 'true', 'false'. |
data
Required
|
Data asset id associated with collection logging. |
client_id
Required
|
Client ID associated with collection logging. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python