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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python