次の方法で共有


MachineLearningScheduleProperties クラス

定義

スケジュールの基本定義。

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

コンストラクター

MachineLearningScheduleProperties(MachineLearningScheduleAction, MachineLearningTriggerBase)

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

プロパティ

Action

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

Description

資産の説明テキスト。

(継承元 MachineLearningResourceBase)
DisplayName

スケジュールの表示名。

IsEnabled

スケジュールは有効になっていますか?

Properties

資産プロパティ ディクショナリ。

(継承元 MachineLearningResourceBase)
ProvisioningState

スケジュールのプロビジョニング状態。

Tags

タグ辞書。 タグは追加、削除、更新できます。

(継承元 MachineLearningResourceBase)
Trigger

[必須]トリガーの詳細を指定します。基底クラスであることに注意 MachineLearningTriggerBase してください。 シナリオによると、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 と がMachineLearningRecurrenceTrigger含まれますCronTrigger

適用対象