次の方法で共有


MachineLearningJobScheduleAction(MachineLearningJobProperties) コンストラクター

定義

MachineLearningJobScheduleAction の新しいインスタンスを初期化します。

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

パラメーター

jobDefinition
MachineLearningJobProperties

[必須]スケジュール アクション定義の詳細を定義します。 基底クラスであることに注意 MachineLearningJobProperties してください。 このシナリオでは、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、、、MachineLearningCommandJobMachineLearningPipelineJobLabelingJobPropertiesSparkJob、および がMachineLearningSweepJob含まれます。AutoMLJob

例外

jobDefinition が null です。

適用対象