ServerlessComputeSettings Class
Settings regarding serverless compute(s) in an Azure ML workspace.
- Inheritance
-
builtins.objectServerlessComputeSettings
Constructor
ServerlessComputeSettings(*, custom_subnet: str | ArmId | None = None, no_public_ip: bool = False)
Keyword-Only Parameters
Name | Description |
---|---|
custom_subnet
|
The ARM ID of the subnet to use for serverless compute(s). |
no_public_ip
|
Whether or not to disable public IP addresses for serverless compute(s). Defaults to False. |
Attributes
custom_subnet
custom_subnet: ArmId | None
no_public_ip
no_public_ip: bool = False
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python