SetupScripts Class
Customized setup scripts.
- Inheritance
-
azure.ai.ml.entities._mixins.RestTranslatableMixinSetupScripts
Constructor
SetupScripts(*, startup_script: ScriptReference | None = None, creation_script: ScriptReference | None = None)
Keyword-Only Parameters
Name | Description |
---|---|
startup_script
|
The script to be run every time the compute is started. |
creation_script
|
The script to be run only when the compute is created. |
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