Sdílet prostřednictvím


MachineLearningScheduleProperties.Trigger Property

Definition

[Required] Specifies the trigger details Please note MachineLearningTriggerBase 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 CronTrigger and MachineLearningRecurrenceTrigger.

public Azure.ResourceManager.MachineLearning.Models.MachineLearningTriggerBase Trigger { get; set; }
member this.Trigger : Azure.ResourceManager.MachineLearning.Models.MachineLearningTriggerBase with get, set
Public Property Trigger As MachineLearningTriggerBase

Property Value

Applies to