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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python