ServerlessComputeSettings Class
Settings regarding serverless compute(s) in an Azure ML workspace.
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에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python