MachineLearningOnlineDeploymentProperties Constructors
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.
Overloads
| Name | Description |
|---|---|
| MachineLearningOnlineDeploymentProperties() |
Initializes a new instance of MachineLearningOnlineDeploymentProperties. |
| MachineLearningOnlineDeploymentProperties(MachineLearningEndpointComputeType) |
Initializes a new instance of MachineLearningOnlineDeploymentProperties. |
MachineLearningOnlineDeploymentProperties()
Initializes a new instance of MachineLearningOnlineDeploymentProperties.
public MachineLearningOnlineDeploymentProperties();
Public Sub New ()
Applies to
MachineLearningOnlineDeploymentProperties(MachineLearningEndpointComputeType)
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.