次の方法で共有


MachineLearningJobScheduleAction クラス

定義

MachineLearningJobScheduleAction。

public class MachineLearningJobScheduleAction : Azure.ResourceManager.MachineLearning.Models.MachineLearningScheduleAction
type MachineLearningJobScheduleAction = class
    inherit MachineLearningScheduleAction
Public Class MachineLearningJobScheduleAction
Inherits MachineLearningScheduleAction
継承
MachineLearningJobScheduleAction

コンストラクター

MachineLearningJobScheduleAction(MachineLearningJobProperties)

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

プロパティ

JobDefinition

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

適用対象