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

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 是基类。 根据方案,可能需要在此处分配基类的派生类,或者需要将此属性强制转换为可能的派生类之一。 可用的派生类包括 MachineLearningJobScheduleActionCreateMonitorActionImportDataActionMachineLearningEndpointScheduleAction

Description

资产说明文本。

(继承自 MachineLearningResourceBase)
DisplayName

计划的显示名称。

IsEnabled

是否已启用计划?。

Properties

资产属性字典。

(继承自 MachineLearningResourceBase)
ProvisioningState

计划的预配状态。

Tags

标记字典。 可以添加、删除和更新标记。

(继承自 MachineLearningResourceBase)
Trigger

[必需]指定触发器详细信息 请注意 MachineLearningTriggerBase 是基类。 根据方案,可能需要在此处分配基类的派生类,或者需要将此属性强制转换为可能的派生类之一。 可用的派生类包括 CronTriggerMachineLearningRecurrenceTrigger

适用于