MachineLearningJobProperties 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 |
|---|---|
| MachineLearningJobProperties() |
Initializes a new instance of MachineLearningJobProperties. |
| MachineLearningJobProperties(JobType) |
Initializes a new instance of MachineLearningJobProperties. |
MachineLearningJobProperties()
Initializes a new instance of MachineLearningJobProperties.
public MachineLearningJobProperties();
Public Sub New ()
Applies to
MachineLearningJobProperties(JobType)
Initializes a new instance of MachineLearningJobProperties.
public MachineLearningJobProperties(Azure.ResourceManager.MachineLearning.Models.JobType jobType);
new Azure.ResourceManager.MachineLearning.Models.MachineLearningJobProperties : Azure.ResourceManager.MachineLearning.Models.JobType -> Azure.ResourceManager.MachineLearning.Models.MachineLearningJobProperties
Public Sub New (jobType As JobType)
Parameters
- jobType
- JobType
[Required] Specifies the type of job.