ITADN

Issue with the argument enable_node_public_ip in the AmlCompute class of SDK v2

#1677Closedbhatsuchi08 创建于 2023-01-27
B
bhatsuchi08commented
Link to the document - https://learn.microsoft.com/en-us/python/api/azure-ai-ml/azure.ai.ml.entities.amlcompute?view=azure-python I am trying to use the AML SDK v2 to create a compute cluster with the enable_node_public_ip=False. This results in an error since it appears that this argument was not initialized in the code written for the AmlCompute class as highlighted in the screenshot below. Basically, irrespective of the value for enable_node_public_ip, using this argument explicitly results in a type error. ![image](https://user-images.githubusercontent.com/70103414/215099529-a38b06f2-4028-451a-b0df-4137b4b53e34.png)
关闭于 2023-02-02 2 条评论