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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python