Sdílet prostřednictvím


MachineLearningJobData(MachineLearningJobProperties) Constructor

Definition

Initializes a new instance of MachineLearningJobData.

public MachineLearningJobData (Azure.ResourceManager.MachineLearning.Models.MachineLearningJobProperties properties);
new Azure.ResourceManager.MachineLearning.MachineLearningJobData : Azure.ResourceManager.MachineLearning.Models.MachineLearningJobProperties -> Azure.ResourceManager.MachineLearning.MachineLearningJobData
Public Sub New (properties As MachineLearningJobProperties)

Parameters

properties
MachineLearningJobProperties

[Required] Additional attributes of the entity. Please note MachineLearningJobProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AutoMLJob, MachineLearningCommandJob, LabelingJobProperties, MachineLearningPipelineJob, SparkJob and MachineLearningSweepJob.

Exceptions

properties is null.

Applies to