ArmMachineLearningModelFactory.ServerlessComputeSettings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ServerlessComputeSettings.
public static Azure.ResourceManager.MachineLearning.Models.ServerlessComputeSettings ServerlessComputeSettings(Azure.Core.ResourceIdentifier serverlessComputeCustomSubnet = default, bool? hasNoPublicIP = default);
static member ServerlessComputeSettings : Azure.Core.ResourceIdentifier * Nullable<bool> -> Azure.ResourceManager.MachineLearning.Models.ServerlessComputeSettings
Public Shared Function ServerlessComputeSettings (Optional serverlessComputeCustomSubnet As ResourceIdentifier = Nothing, Optional hasNoPublicIP As Nullable(Of Boolean) = Nothing) As ServerlessComputeSettings
Parameters
- serverlessComputeCustomSubnet
- ResourceIdentifier
The resource ID of an existing virtual network subnet in which serverless compute nodes should be deployed.
The flag to signal if serverless compute nodes deployed in custom vNet would have no public IP addresses for a workspace with private endpoint.
Returns
A new ServerlessComputeSettings instance for mocking.