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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python