MachineLearningModelVersionData(MachineLearningModelVersionProperties) Constructor
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.
Initializes a new instance of MachineLearningModelVersionData.
public MachineLearningModelVersionData (Azure.ResourceManager.MachineLearning.Models.MachineLearningModelVersionProperties properties);
new Azure.ResourceManager.MachineLearning.MachineLearningModelVersionData : Azure.ResourceManager.MachineLearning.Models.MachineLearningModelVersionProperties -> Azure.ResourceManager.MachineLearning.MachineLearningModelVersionData
Public Sub New (properties As MachineLearningModelVersionProperties)
Parameters
- properties
- MachineLearningModelVersionProperties
[Required] Additional attributes of the entity.
Exceptions
properties
is null.