Lingua

MachineLearningOnlineDeploymentProperties Constructors

Definition

Overloads

MachineLearningOnlineDeploymentProperties()

Source:
MachineLearningOnlineDeploymentProperties.cs
Source:
MachineLearningOnlineDeploymentProperties.cs

Initializes a new instance of MachineLearningOnlineDeploymentProperties.

public MachineLearningOnlineDeploymentProperties();
Public Sub New ()

Applies to

MachineLearningOnlineDeploymentProperties(MachineLearningEndpointComputeType)

Source:
MachineLearningOnlineDeploymentProperties.cs

Initializes a new instance of MachineLearningOnlineDeploymentProperties.

public MachineLearningOnlineDeploymentProperties(Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointComputeType endpointComputeType);
new Azure.ResourceManager.MachineLearning.Models.MachineLearningOnlineDeploymentProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointComputeType -> Azure.ResourceManager.MachineLearning.Models.MachineLearningOnlineDeploymentProperties
Public Sub New (endpointComputeType As MachineLearningEndpointComputeType)

Parameters

endpointComputeType
MachineLearningEndpointComputeType

[Required] The compute type of the endpoint.

Applies to