你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MachineLearningTriggerBase 类

定义

MachineLearningTriggerBase。 请注意 MachineLearningTriggerBase , 是基类。 根据方案,可能需要在此处分配基类的派生类,或者需要将此属性强制转换为可能的派生类之一。 可用的派生类包括 CronTriggerMachineLearningRecurrenceTrigger

public abstract class MachineLearningTriggerBase
type MachineLearningTriggerBase = class
Public MustInherit Class MachineLearningTriggerBase
继承
MachineLearningTriggerBase
派生

构造函数

MachineLearningTriggerBase()

初始化 MachineLearningTriggerBase 的新实例。

属性

EndTime

指定 ISO 8601 中计划的结束时间,但没有 UTC 偏移量。 请参阅 https://en.wikipedia.org/wiki/ISO_8601。 重新注释的格式将为“2022-06-01T00:00:01”如果不存在,计划将无限期运行

StartTime

以 ISO 8601 格式指定计划的开始时间,但没有 UTC 偏移量。

TimeZone

指定运行计划的时区。 TimeZone 应遵循 Windows 时区格式。 请参阅: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11

适用于