Sprog

MachineLearningJobProperties Constructors

Definition

Overloads

Name Description
MachineLearningJobProperties()

Initializes a new instance of MachineLearningJobProperties.

MachineLearningJobProperties(JobType)

Initializes a new instance of MachineLearningJobProperties.

MachineLearningJobProperties()

Source:
MachineLearningJobProperties.cs
Source:
MachineLearningJobProperties.cs

Initializes a new instance of MachineLearningJobProperties.

public MachineLearningJobProperties();
Public Sub New ()

Applies to

MachineLearningJobProperties(JobType)

Source:
MachineLearningJobProperties.cs

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.

Applies to