MachineLearningTriggerBase Class

Definition

The MachineLearningTriggerBase. 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 abstract class MachineLearningTriggerBase
type MachineLearningTriggerBase = class
Public MustInherit Class MachineLearningTriggerBase
Inheritance
MachineLearningTriggerBase
Derived

Constructors

MachineLearningTriggerBase()

Initializes a new instance of MachineLearningTriggerBase.

Properties

EndTime

Specifies end time of schedule in ISO 8601, but without a UTC offset. Refer https://en.wikipedia.org/wiki/ISO_8601. Recommented format would be "2022-06-01T00:00:01" If not present, the schedule will run indefinitely

StartTime

Specifies start time of schedule in ISO 8601 format, but without a UTC offset.

TimeZone

Specifies time zone in which the schedule runs. TimeZone should follow Windows time zone format. Refer: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11

Applies to